Anselm R Garbe 16 anni fa
parent
commit
956a430054
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      dwm.c

+ 1 - 0
dwm.c

@@ -1652,6 +1652,7 @@ unmanage(Client *c, Bool destroyed) {
 	}
 	free(c);
 	focus(NULL);
+	arrange();
 }
 
 void