about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--layout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout.c b/layout.c
index bc5ca1c..0f17b69 100644
--- a/layout.c
+++ b/layout.c
@@ -189,6 +189,7 @@ restack(void) {
 			XLowerWindow(dpy, c->win);
 		}
 	}
+	XRaiseWindow(dpy, barwin);
 	XSync(dpy, False);
 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }
href='#n85'>85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124