diff --git a/dwm.c b/dwm.c index 6d3cf80..0071379 100644 --- a/dwm.c +++ b/dwm.c @@ -1407,7 +1407,7 @@ setdefaultgeoms(void) { mh = wh; /* tile area */ - tx = wx; + tx = mx + mw; ty = wy; tw = ww - mw; th = wh;