about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--dwm.c2
1 files changed, 1 insertions, 1 deletions
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;