[hackers] [dwm] hide clients to the left, not the right || Connor Lane Smith
changeset: 1576:f0a4d1b4e093
user: Connor Lane Smith <cls_AT_lubutu.com>
date: Tue Oct 25 20:01:18 2011 +0100
files: dwm.c
description:
hide clients to the left, not the right
diff -r b899c8748939 -r f0a4d1b4e093 dwm.c
--- a/dwm.c Mon Aug 15 18:44:12 2011 +0200
+++ b/dwm.c Tue Oct 25 20:01:18 2011 +0100
_AT_@ -1597,7 +1597,7 @@
}
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);
}
}
Received on Tue Oct 25 2011 - 21:41:20 CEST
This archive was generated by hypermail 2.3.0
: Tue Oct 25 2011 - 21:48:05 CEST