diff options
| -rw-r--r-- | tile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ setmfact(const char *arg) { return; mfact = d; } - updategeom(); + updatetilegeom(); arrange(); } |
| index : dwm | ||
| dwm fork - fullscreen, suckless status bar and sensibles keybindings |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | tile.c | 2 |
@@ -20,7 +20,7 @@ setmfact(const char *arg) { return; mfact = d; } - updategeom(); + updatetilegeom(); arrange(); } |