no that change breaks fullscreen apps
This commit is contained in:
parent
598e22907e
commit
fa32f02a43
1
layout.c
1
layout.c
@ -189,7 +189,6 @@ restack(void) {
|
||||
XLowerWindow(dpy, c->win);
|
||||
}
|
||||
}
|
||||
XRaiseWindow(dpy, barwin);
|
||||
XSync(dpy, False);
|
||||
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user