small fix of wmiirc

This commit is contained in:
Anselm R. Garbe 2006-06-07 11:25:12 +02:00
parent 83f184dad7
commit 322a714dc2
1 changed files with 2 additions and 2 deletions

View File

@ -125,10 +125,10 @@ do
wmiir remove /bar/$1
;;
FocusTag)
xwrite /bar/$1/name $WMII_SELCOLORS
xwrite /bar/$1/colors $WMII_SELCOLORS
;;
UnfocusTag)
xwrite /bar/$1/name $WMII_NORMCOLORS
xwrite /bar/$1/colors $WMII_NORMCOLORS
;;
BarClick)
xwrite /ctl view "$1";;