]> git.armaanb.net Git - dwm.git/commitdiff
update
authorAnselm R Garbe <garbeam@gmail.com>
Tue, 8 Sep 2009 12:33:58 +0000 (13:33 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Tue, 8 Sep 2009 12:33:58 +0000 (13:33 +0100)
dwm.c

diff --git a/dwm.c b/dwm.c
index cb296b5c99fd47c395c7c322592e12a1fa650050..7d19b07a1bdced0482fc04947a05dca8cddea36d 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -1652,6 +1652,7 @@ unmanage(Client *c, Bool destroyed) {
        }
        free(c);
        focus(NULL);
+       arrange();
 }
 
 void