update - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 956a430054d5bb1869289475f4f7989552489f77
 (DIR) parent 01056b66369f650d02145f27d1399141f93015df
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Tue,  8 Sep 2009 13:33:58 +0100
       
       update
       Diffstat:
         M dwm.c                               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/dwm.c b/dwm.c
       @@ -1652,6 +1652,7 @@ unmanage(Client *c, Bool destroyed) {
                }
                free(c);
                focus(NULL);
       +        arrange();
        }
        
        void