hide clients to the left, not the right
This commit is contained in:
parent
0f1f30daca
commit
2b625eb73e
2
dwm.c
2
dwm.c
@ -1597,7 +1597,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->x + 2 * sw, c->y);
|
XMoveWindow(dpy, c->win, c->w * -2, c->y);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user