mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 13:24:21 +02:00
rules: rule for application that shouldn't be master
This commit is contained in:
parent
a79215d4dc
commit
eb52dfe29e
1 changed files with 6 additions and 2 deletions
|
@ -24,7 +24,11 @@ awful.rules.rules = {
|
|||
{ rule = { class = "Pidgin" },
|
||||
except = { role = "buddy_list" }, -- buddy_list is the master
|
||||
properties = { }, callback = awful.client.setslave },
|
||||
-- Other stuff
|
||||
{ rule = { class = "URxvt" },
|
||||
-- Should not be master
|
||||
{ rule_any = { class =
|
||||
{ "URxvt",
|
||||
"Transmission-gtk",
|
||||
"Keepassx",
|
||||
} },
|
||||
properties = { }, callback = awful.client.setslave },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue