From 322a714dc2d0ae569736949afe048a640550e3a9 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Wed, 7 Jun 2006 11:25:12 +0200 Subject: [PATCH] small fix of wmiirc --- rc/wmiirc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/wmiirc b/rc/wmiirc index 263ce7f5..3803fe35 100644 --- 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";;