Commit 6943971

Anselm R Garbe <garbeam@gmail.com>
2008-03-13 09:01:42
minor bugfix
1 parent f2e98f4
Changed files (1)
dwm.c
@@ -1407,7 +1407,7 @@ setdefaultgeoms(void) {
 	mh = wh;
 
 	/* tile area */
-	tx = wx;
+	tx = mx + mw;
 	ty = wy;
 	tw = ww - mw;
 	th = wh;