JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
minor bugfix
[dwm.git] / dwm.c
diff --git a/dwm.c b/dwm.c
index 6d3cf80..0071379 100644 (file)
--- 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;