mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-08 09:14:21 +02:00
rules: add Google Chrome as one possible browser
This commit is contained in:
parent
1d55bdfe57
commit
0403154128
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue