dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit 956a430054d5bb1869289475f4f7989552489f77
parent 01056b66369f650d02145f27d1399141f93015df
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Tue,  8 Sep 2009 13:33:58 +0100

update
Diffstat:
Mdwm.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/dwm.c b/dwm.c
@@ -1652,6 +1652,7 @@ unmanage(Client *c, Bool destroyed) {
     }
     free(c);
     focus(NULL);
+    arrange();
 }
 
 void