Add classes for Mail and Navigator

This commit is contained in:
Guillaume Dott 2017-02-01 00:28:52 +01:00
parent db36df2ace
commit 214eff6abe

4
rc.lua
View File

@ -137,7 +137,7 @@ tyrannical.tags = {
screen = {1,2}, screen = {1,2},
layout = awful.layout.suit.max, layout = awful.layout.suit.max,
no_focus_stealing_in = true, no_focus_stealing_in = true,
class = {"Firefox", "Iceweasel", "Chromium"}, class = {"Navigator", "Firefox", "Iceweasel", "Chromium"},
exec_once = {"firefox -P default"} exec_once = {"firefox -P default"}
}, },
{ {
@ -161,7 +161,7 @@ tyrannical.tags = {
screen = screen.count()>1 and 2 or 1, screen = screen.count()>1 and 2 or 1,
layout = awful.layout.suit.max, layout = awful.layout.suit.max,
no_focus_stealing_in = true, no_focus_stealing_in = true,
class = {"Thunderbird", "Icedove"}, class = {"Mail", "Thunderbird", "Icedove"},
exec_once = {"thunderbird"}, exec_once = {"thunderbird"},
}, },
} }