diff options
Diffstat (limited to 'dwm.c')
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1480,7 +1480,7 @@ setmfact(const char *arg) { return; mfact = delta; } - arrange(); + setgeom(geom->symbol); } void |
index : dwm | ||
dwm fork - fullscreen, suckless status bar and sensibles keybindings |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | dwm.c | 2 |
@@ -1480,7 +1480,7 @@ setmfact(const char *arg) { return; mfact = delta; } - arrange(); + setgeom(geom->symbol); } void |