set each spawned client to slave mode
This commit is contained in:
parent
b514124f38
commit
c187bed3df
|
@ -686,6 +686,7 @@ awful.rules.rules = {
|
|||
{ rule = { },
|
||||
properties = { border_width = beautiful.border_width,
|
||||
border_color = beautiful.border_normal,
|
||||
callback = awful.client.setslave,
|
||||
focus = awful.client.focus.filter,
|
||||
raise = true,
|
||||
keys = clientkeys,
|
||||
|
|
Loading…
Reference in New Issue