about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2009-09-08 13:33:58 +0100
committerAnselm R Garbe <garbeam@gmail.com>2009-09-08 13:33:58 +0100
commit956a430054d5bb1869289475f4f7989552489f77 (patch)
tree831f54ae477082d70f34d02a37bad0ef4ae47b6f
parent01056b66369f650d02145f27d1399141f93015df (diff)
downloaddwm-956a430054d5bb1869289475f4f7989552489f77.tar.gz
update
-rw-r--r--dwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.c b/dwm.c
index cb296b5..7d19b07 100644
--- a/dwm.c
+++ b/dwm.c
@@ -1652,6 +1652,7 @@ unmanage(Client *c, Bool destroyed) {
 	}
 	free(c);
 	focus(NULL);
+	arrange();
 }
 
 void