diff options
-rw-r--r-- | dwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1724,7 +1724,7 @@ updategeom(void) { wx = sx; wy = sy; ww = sw; - sh = sh - bh; + wh = sh - bh; /* master area geometry */ mfact = MFACT; |
index : dwm | ||
dwm fork - fullscreen, suckless status bar and sensibles keybindings |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | dwm.c | 2 |
@@ -1724,7 +1724,7 @@ updategeom(void) { wx = sx; wy = sy; ww = sw; - sh = sh - bh; + wh = sh - bh; /* master area geometry */ mfact = MFACT; |