minor bugfix
This commit is contained in:
parent
f2e98f48fb
commit
69439715c0
1 changed files with 1 additions and 1 deletions
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;
|
||||||
|
|
Loading…
Reference in a new issue