commit b285154d7f531df3cbc116d25a2e7fcacaa3aec6 parent 156746344ef6a9e2a03166a3a6bd7786f7c2fc46 Author: Anselm R. Garbe <garbeam@wmii.de> Date: Wed, 24 May 2006 18:15:55 +0200 small fix Diffstat:
| rc/wmiirc | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rc/wmiirc b/rc/wmiirc @@ -138,9 +138,9 @@ do $MODKEY-p) wmiisetsid `wmiimenu <$PROGS_FILE` &;; $MODKEY-t) - xwrite /ctl tag/sel "`wmiir ls /tag | sed 's/sel\///; s/\///;' | wmiimenu`" &;; + xwrite /ctl view "`wmiir ls /tag | sed 's/sel\///; s/\///;' | wmiimenu`" &;; $MODKEY-[0-9]) - xwrite /ctl tag/sel `echo $1 | sed 's/.*-//'`;; + xwrite /ctl view `echo $1 | sed 's/.*-//'`;; $MODKEY-Return) xterm &;; $MODKEY-Shift-$LEFT)