about summary refs log tree commit diff stats
path: root/layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/layout.c b/layout.c
index 0f17b69..bc5ca1c 100644
--- a/layout.c
+++ b/layout.c
@@ -189,7 +189,6 @@ restack(void) {
 			XLowerWindow(dpy, c->win);
 		}
 	}
-	XRaiseWindow(dpy, barwin);
 	XSync(dpy, False);
 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }