dwm

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

commit 103fb58a445bc849acdd32c694f013846ab863ee
parent 5f55af40aecbce7aa1bf01bdca50d92014c02a5c
Author: anselm@anselm1 <unknown>
Date:   Mon, 19 May 2008 20:29:57 +0100

some minor fixes
Diffstat:
Mdwm.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dwm.c b/dwm.c @@ -1671,9 +1671,9 @@ updategeom(void) { wh = showbar ? sh - bh : sh; } - /* bar geometry*/ + /* bar geometry */ bx = wx; - by = showbar ? (topbar ? 0 : wy + wh) : -bh; + by = showbar ? (topbar ? wy - bh : wy + wh) : -bh; bw = ww; /* update layout geometries */