wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 4865813691ac704580a373a225662223e5897ce0
parent 88f682c1bc500fbd2ae942453efed4e480ff38ea
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Thu,  9 Mar 2006 13:30:51 +0100

small fix


Diffstat:
rc/wmiirc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rc/wmiirc b/rc/wmiirc @@ -157,7 +157,7 @@ do $MODKEY-space) xwrite /ws/sel/sel/ctl sendto 0;; $MODKEY-Shift-space) - xwrite /ws/sel/0/ctl sendto sel;; + xwrite /ws/sel/sel/ctl sendto 1;; $MODKEY-h) xwrite /ws/ctl select prev;; $MODKEY-l)