no that's definately better - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3e6fe6b541bcc553e2e104a8117008af02a8c760
 (DIR) parent 6620615ab9a37fee21e2b381d069c89a72a580c2
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Wed,  8 Jul 2009 17:24:39 +0100
       
       no that's definately better
       Diffstat:
         M dwm.c                               |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dwm.c b/dwm.c
       @@ -1329,7 +1329,6 @@ restack(Monitor *m) {
                                        wc.sibling = c->win;
                                }
                }
       -        XLowerWindow(dpy, m->barwin);
                XSync(dpy, False);
                while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
        }