Ver Fonte

minor bugfix

Anselm R Garbe há 17 anos atrás
pai
commit
69439715c0
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      dwm.c

+ 1 - 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;