having monocle on Mod1-m

This commit is contained in:
Anselm R Garbe
2008-05-11 20:25:24 +01:00
parent 7ac4f8a4af
commit fa244aa7fb
2 changed files with 2 additions and 1 deletions

2
dwm.c
View File

@ -1722,7 +1722,7 @@ updategeom(void) {
/* window area geometry */
wx = sx;
wy = sy;
wy = sy + bh;
ww = sw;
wh = sh - bh;