Introduction
Introduction Statistics Contact Development Disclaimer Help
tlet not overlap the borders - dwm - [fork] customized build of dwm, the dynami…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit b5eea45a316a897632578a74c909aa336557b1d6
parent aa53e39ec0eb39949c5c03d56da08204d14d9ff9
Author: Anselm R. Garbe <[email protected]>
Date: Fri, 10 Aug 2007 18:27:25 +0200
let not overlap the borders
Diffstat:
M layout.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/layout.c b/layout.c
t@@ -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
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.