wmii

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

commit 322a714dc2d0ae569736949afe048a640550e3a9
parent 83f184dad7ee80648b302096d302eaa92b7cdee9
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Wed,  7 Jun 2006 11:25:12 +0200

small fix of wmiirc


Diffstat:
rc/wmiirc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rc/wmiirc b/rc/wmiirc @@ -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";;