dwm

My fork of https://dwm.suckless.org/
git clone https://git.inz.fi/dwm/
Log | Files | Refs | README | LICENSE

commit 7ac4f8a4afd9766d485b03bff4c6cc02cbe3696c
parent 7eb26288fc6aa4c8850f41d475230b1619df622b
Author: Anselm R Garbe <garbeam@gmail.com>
Date:   Sun, 11 May 2008 20:22:20 +0100

hotfix
Diffstat:
Mdwm.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm.c b/dwm.c @@ -1724,7 +1724,7 @@ updategeom(void) { wx = sx; wy = sy; ww = sw; - sh = sh - bh; + wh = sh - bh; /* master area geometry */ mfact = MFACT;