wmii

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

commit 7be87a450dab1edb026b16bd6fa1e83d19e442fa
parent d1272462f3ba74dd4db2f98e7669bbf1a418fa8f
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Mon, 15 May 2006 01:24:24 +0200

added also to terminal invocation (if someone uses 9term)


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

diff --git a/rc/wmiirc b/rc/wmiirc @@ -146,7 +146,7 @@ do $MODKEY-[0-9]) xwrite /ctl view `echo $1 | sed 's/.*-//'`;; $MODKEY-Return) - xterm &;; + wmiisetsid xterm &;; $MODKEY-Shift-$LEFT) xwrite /view/sel/sel/ctl sendto prev;; $MODKEY-Shift-$RIGHT)