Xinqi Bao's Git
projects
/
dwm.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
0f1f30d
)
hide clients to the left, not the right
author
Connor Lane Smith <
[email protected]
>
Tue, 25 Oct 2011 19:01:18 +0000
(20:01 +0100)
committer
Connor Lane Smith <
[email protected]
>
Tue, 25 Oct 2011 19:01:18 +0000
(20:01 +0100)
dwm.c
diff
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index
39b0a51
..
d108e12
100644
(file)
--- a/
dwm.c
+++ b/
dwm.c
@@
-1597,7
+1597,7
@@
showhide(Client *c) {
}
else { /* hide clients bottom up */
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);
}
}
}
}