mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
rc.lua: Raise all clients by default (regression, FS#1234)
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
6fcfd45e96
commit
de46670c8c
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue