wmii

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

commit 1160b14fe64eeed0b757f96249946c5904685c13
parent dc952bdb7e9d433485aa6157eb9cb35bcde931fd
Author: Kris Maglione <jg@suckless.org>
Date:   Sat,  3 Mar 2007 17:56:46 -0500

Another wmiirc fix.

Diffstat:
rc/wmiirc | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/rc/wmiirc b/rc/wmiirc @@ -166,7 +166,7 @@ tagsmenu() { } conf_which() { - prog=$({PATH="$WMII_CONFPATH:$PATH" which $1}) + prog=$(PATH="$WMII_CONFPATH:$PATH" which $1) shift if [ -n "$prog" ]; then $prog @@ -199,15 +199,13 @@ EOF # Setup Tag Bar wmiir ls /lbar | -while read bar -do +while read bar; do wmiir remove "/lbar/$bar" done seltag="$(wmiir read /tag/sel/ctl 2>/dev/null)" wmiir ls /tag | sed -e 's|/||; /^sel$/d' | -while read tag -do +while read tag; do if [ "X$tag" = "X$seltag" ]; then echo "$WMII_FOCUSCOLORS" "$tag" | wmiir create "/lbar/$tag" else