JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index cb296b5..7d19b07 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -1652,6 +1652,7 @@ unmanage(Client *c, Bool destroyed) {
        }
        free(c);
        focus(NULL);
+       arrange();
 }
 
 void