mirror of
https://github.com/pikami/dwm.git
synced 2025-05-06 16:34:52 +01:00
fix big-border corner case
This commit is contained in:
parent
1586b7a02d
commit
5ccd42f807
2
dwm.c
2
dwm.c
@ -1606,7 +1606,7 @@ showhide(Client *c) {
|
||||
}
|
||||
else { /* hide clients bottom up */
|
||||
showhide(c->snext);
|
||||
XMoveWindow(dpy, c->win, c->w * -2, c->y);
|
||||
XMoveWindow(dpy, c->win, WIDTH(c) * -2, c->y);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user