t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 7fe81359d46df4b3173c233a7787d81ce322c827
   DIR parent a3a859b4e93d65fd22619449d18e0437d5c2774b
   URI Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Tue,  8 Sep 2009 13:16:54 +0100
       
       sync when a client is being killed
       Diffstat:
         M dwm.c                               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/dwm.c b/dwm.c
       t@@ -1041,6 +1041,7 @@ killclient(const Arg *arg) {
                }
                else
                        XKillClient(dpy, selmon->sel->win);
       +        XSync(dpy, False);
        }
        
        void