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;
|
||||
|
||||
/* tile area */
|
||||
tx = wx;
|
||||
tx = mx + mw;
|
||||
ty = wy;
|
||||
tw = ww - mw;
|
||||
th = wh;
|
||||
|
|
Loading…
Reference in a new issue