projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f1f30d
)
hide clients to the left, not the right
author
Connor Lane Smith
<cls@lubutu.com>
Tue, 25 Oct 2011 19:01:18 +0000
(20:01 +0100)
committer
Connor Lane Smith
<cls@lubutu.com>
Tue, 25 Oct 2011 19:01:18 +0000
(20:01 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 39b0a51097d2876e4122114ecd57b5bc030b07a0..d108e12a81677a02cba18db99ca65c31797d112d 100644
(file)
--- a/
dwm.c
+++ b/
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);
}
}