Prevent focus stealing for Thunderbird and Firefox

master
Guillaume Dott 2015-06-05 15:57:40 +02:00
parent 5d26d9536d
commit d89288d7b2
1 changed files with 2 additions and 0 deletions

2
rc.lua
View File

@ -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"},
},