Anselm R Garbe hace 16 años
padre
commit
956a430054
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      dwm.c

+ 1 - 0
dwm.c

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