diff --git a/rc/rules.lua b/rc/rules.lua index 3a140f9..ba7fb50 100644 --- a/rc/rules.lua +++ b/rc/rules.lua @@ -21,7 +21,7 @@ awful.rules.rules = { end end end }, - { rule_any = { class = { "Iceweasel", "Firefox", "Chromium", "Conkeror" } }, + { rule_any = { class = { "Iceweasel", "Firefox", "Chromium", "Conkeror", "Google-chrome" } }, callback = function(c) -- All windows should be slaves, except the browser windows. if c.role ~= "browser" then awful.client.setslave(c) end