all repos — dwm @ 2b625eb73ed48ce671e497c60b61f4411c50c817

my dwm build

hide clients to the left, not the right
Connor Lane Smith cls@lubutu.com
Tue, 25 Oct 2011 20:01:18 +0100
commit

2b625eb73ed48ce671e497c60b61f4411c50c817

parent

0f1f30daca0eaf0a400fd3f8d274594c07b32a51

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M dwm.cdwm.c

@@ -1597,7 +1597,7 @@ showhide(c->snext);

} 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); } }