mirror of
git://git.suckless.org/dwm
synced 2025-05-13 21:45:47 +01:00
some minor fixes
This commit is contained in:
parent
5f55af40ae
commit
103fb58a44
2
dwm.c
2
dwm.c
@ -1673,7 +1673,7 @@ updategeom(void) {
|
|||||||
|
|
||||||
/* bar geometry */
|
/* bar geometry */
|
||||||
bx = wx;
|
bx = wx;
|
||||||
by = showbar ? (topbar ? 0 : wy + wh) : -bh;
|
by = showbar ? (topbar ? wy - bh : wy + wh) : -bh;
|
||||||
bw = ww;
|
bw = ww;
|
||||||
|
|
||||||
/* update layout geometries */
|
/* update layout geometries */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user