parent
e00820b5fe
commit
8026f9f03b
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -2004,7 +2004,7 @@ col(Monitor *m) {
|
||||||
x += WIDTH(c) + m->gappx;
|
x += WIDTH(c) + m->gappx;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
h = (m->wh - y) / (n - i) - m->gappx;
|
h = (m->wh - y) / (n - i);
|
||||||
resize(c, x + m->wx + m->gappx, m->wy + y, m->ww - x - (2*c->bw) - (2*m->gappx), h - (2*c->bw), False);
|
resize(c, x + m->wx + m->gappx, m->wy + y, m->ww - x - (2*c->bw) - (2*m->gappx), h - (2*c->bw), False);
|
||||||
y += HEIGHT(c) + m->gappx;
|
y += HEIGHT(c) + m->gappx;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue