From: Anselm R Garbe Date: Tue, 8 Sep 2009 12:33:58 +0000 (+0100) Subject: update X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=956a430054d5bb1869289475f4f7989552489f77 update --- 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