dwm

my fork of dwm
Index Commits Files Refs README LICENSE
commit b5eea45a316a897632578a74c909aa336557b1d6
parent aa53e39ec0eb39949c5c03d56da08204d14d9ff9
Author: Anselm R. Garbe <garbeam@gmail.com>
Date:   Fri, 10 Aug 2007 18:27:25 +0200

let not overlap the borders
Diffstat:
Mlayout.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layout.c b/layout.c
@@ -175,7 +175,7 @@ tile(const char *arg) {
             }
             resize(c, nx, ny, nw, nh, False);
             if(n > 1 && th != wah)
-                ny += nh;
+                ny += nh + 2 * c->border;
             i++;
         }
         else