hide clients to the left, not the right 2b625eb7
Connor Lane Smith · 2011-10-25 20:01 1 file(s) · +1 −1
dwm.c +1 −1
1597 1597
	}
1598 1598
	else { /* hide clients bottom up */
1599 1599
		showhide(c->snext);
1600 -
		XMoveWindow(dpy, c->win, c->x + 2 * sw, c->y);
1600 +
		XMoveWindow(dpy, c->win, c->w * -2, c->y);
1601 1601
	}
1602 1602
}
1603 1603