rc.lua: Raise all clients by default (regression, FS#1234)
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
c7e32429b8
commit
b47b0062f8
|
@ -351,6 +351,7 @@ awful.rules.rules = {
|
|||
properties = { border_width = beautiful.border_width,
|
||||
border_color = beautiful.border_normal,
|
||||
focus = awful.client.focus.filter,
|
||||
raise = true,
|
||||
keys = clientkeys,
|
||||
buttons = clientbuttons } },
|
||||
{ rule = { class = "MPlayer" },
|
||||
|
|
Loading…
Reference in New Issue