Prevent focus stealing for Thunderbird and Firefox
This commit is contained in:
parent
5d26d9536d
commit
d89288d7b2
2
rc.lua
2
rc.lua
@ -116,6 +116,7 @@ tyrannical.tags = {
|
||||
exclusive = true,
|
||||
screen = {1,2},
|
||||
layout = awful.layout.suit.max,
|
||||
no_focus_stealing_in = true,
|
||||
class = {"Firefox", "Iceweasel", "Chromium"},
|
||||
exec_once = {"firefox -P default"}
|
||||
},
|
||||
@ -139,6 +140,7 @@ tyrannical.tags = {
|
||||
exclusive = true,
|
||||
screen = screen.count()>1 and 2 or 1,
|
||||
layout = awful.layout.suit.max,
|
||||
no_focus_stealing_in = true,
|
||||
class = {"Thunderbird", "Icedove"},
|
||||
exec_once = {"thunderbird"},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user