Thunderbird -> 5(mail)

This commit is contained in:
Kolan Sh 2014-08-15 01:10:26 +04:00
parent e94a80e551
commit bd6aaeccdd
1 changed files with 1 additions and 1 deletions

2
rc.lua
View File

@ -576,7 +576,7 @@ awful.rules.rules = {
{ rule = { class = "Firefox" },
callback = function(c) awful.client.movetotag(tags[mouse.screen][2], c) end },
{ rule = { class = "Thunderbird" },
callback = function(c) awful.client.movetotag(tags[mouse.screen][2], c) end },
callback = function(c) awful.client.movetotag(tags[mouse.screen][5], c) end },
{ rule = { class = "Geary" },
callback = function(c) awful.client.movetotag(tags[mouse.screen][5], c) end },
{ rule = { class = "Liferea" },