From: Anselm R. Garbe Date: Fri, 10 Aug 2007 16:27:25 +0000 (+0200) Subject: let not overlap the borders X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=b5eea45a316a897632578a74c909aa336557b1d6 let not overlap the borders --- diff --git a/layout.c b/layout.c index 0002397..eb64a33 100644 --- 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