diff options
| -rw-r--r-- | dwm.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -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 */ | 
