some minor fixes

keyboard
anselm@anselm1 16 years ago
parent 5f55af40ae
commit 103fb58a44
  1. 4
      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 */

Loading…
Cancel
Save