diff options
| -rw-r--r-- | dwm.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1652,6 +1652,7 @@ unmanage(Client *c, Bool destroyed) { } free(c); focus(NULL); + arrange(); } void |
| index : dwm | ||
| dwm fork - fullscreen, suckless status bar and sensibles keybindings |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | dwm.c | 1 |
@@ -1652,6 +1652,7 @@ unmanage(Client *c, Bool destroyed) { } free(c); focus(NULL); + arrange(); } void |