mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
cosmetic
This commit is contained in:
parent
30256b3be3
commit
2a574a9cda
1 changed files with 2 additions and 3 deletions
5
layout.c
5
layout.c
|
@ -150,9 +150,8 @@ restack(int screen)
|
|||
|
||||
if(globalconf.screens[screen].allow_lower_floats)
|
||||
XRaiseWindow(globalconf.display, sel->win);
|
||||
else
|
||||
if(sel->isfloating || curlay->arrange == layout_floating)
|
||||
XRaiseWindow(globalconf.display, sel->win);
|
||||
else if(sel->isfloating || curlay->arrange == layout_floating)
|
||||
XRaiseWindow(globalconf.display, sel->win);
|
||||
|
||||
if(globalconf.screens[screen].focus_move_pointer)
|
||||
XWarpPointer(globalconf.display, None, sel->win, 0, 0, 0, 0,
|
||||
|
|
Loading…
Reference in a new issue