let not overlap the borders

new_dwm
Anselm R. Garbe 17 years ago
parent aa53e39ec0
commit b5eea45a31

@ -175,7 +175,7 @@ tile(const char *arg) {
} }
resize(c, nx, ny, nw, nh, False); resize(c, nx, ny, nw, nh, False);
if(n > 1 && th != wah) if(n > 1 && th != wah)
ny += nh; ny += nh + 2 * c->border;
i++; i++;
} }
else else

Loading…
Cancel
Save