mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-08 12:15:23 +02:00
quake: add an exception of the setslave rule
Otherwise, we get focus problems...
This commit is contained in:
parent
b031b9b62b
commit
f2883707a1
2 changed files with 9 additions and 1 deletions
|
@ -30,5 +30,7 @@ awful.rules.rules = {
|
|||
"Transmission-gtk",
|
||||
"Keepassx",
|
||||
} },
|
||||
properties = { }, callback = awful.client.setslave },
|
||||
except = { icon_name = "QuakeConsoleNeedsUniqueName" },
|
||||
properties = { },
|
||||
callback = awful.client.setslave },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue