fix big-border corner case
This commit is contained in:
2
dwm.c
2
dwm.c
@ -1606,7 +1606,7 @@ showhide(Client *c) {
|
|||||||
}
|
}
|
||||||
else { /* hide clients bottom up */
|
else { /* hide clients bottom up */
|
||||||
showhide(c->snext);
|
showhide(c->snext);
|
||||||
XMoveWindow(dpy, c->win, c->w * -2, c->y);
|
XMoveWindow(dpy, c->win, WIDTH(c) * -2, c->y);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user