commit 2b625eb73ed48ce671e497c60b61f4411c50c817 from: Connor Lane Smith date: Tue Oct 25 19:01:18 2011 UTC hide clients to the left, not the right commit - 0f1f30daca0eaf0a400fd3f8d274594c07b32a51 commit + 2b625eb73ed48ce671e497c60b61f4411c50c817 blob - 39b0a51097d2876e4122114ecd57b5bc030b07a0 blob + d108e12a81677a02cba18db99ca65c31797d112d --- dwm.c +++ dwm.c @@ -1597,7 +1597,7 @@ showhide(Client *c) { } else { /* hide clients bottom up */ showhide(c->snext); - XMoveWindow(dpy, c->win, c->x + 2 * sw, c->y); + XMoveWindow(dpy, c->win, c->w * -2, c->y); } }