minor bugfix
This commit is contained in:
2
dwm.c
2
dwm.c
@ -1407,7 +1407,7 @@ setdefaultgeoms(void) {
|
|||||||
mh = wh;
|
mh = wh;
|
||||||
|
|
||||||
/* tile area */
|
/* tile area */
|
||||||
tx = wx;
|
tx = mx + mw;
|
||||||
ty = wy;
|
ty = wy;
|
||||||
tw = ww - mw;
|
tw = ww - mw;
|
||||||
th = wh;
|
th = wh;
|
||||||
|
Reference in New Issue
Block a user