JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
sync when a client is being killed
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index a2c1e00..5ea74cb 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -1041,6 +1041,7 @@ killclient(const Arg *arg) {
        }
        else
                XKillClient(dpy, selmon->sel->win);
+       XSync(dpy, False);
 }
 
 void