wmii

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

commit db33eb14f75b86a7b514cd9355dad9ba0aedec4f
parent cc0f97e9bc5dcbf5c8c06c1c9352da4cda7bcefc
Author: georg <georg@traal.lan.itn>
Date:   Wed,  8 Feb 2006 19:41:54 +0200

wmiirc: fixed quotes, removed useless cat


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

diff --git a/rc/wmiirc b/rc/wmiirc @@ -5,9 +5,9 @@ CLIENT_BAR=0 CLIENT_BORDER=3 HANDLEINC=1 -SEL_COLOR="#ffffff #444466 #666688" -NORM_COLOR="#dddddd #555555 #777777" -FONT="fixed" +SEL_COLOR='#ffffff #444466 #666688' +NORM_COLOR='#dddddd #555555 #777777' +FONT=fixed fn xwrite { echo -n $2 | wmiir write $1 } @@ -27,7 +27,7 @@ for(page in `{wmiir read /wm | grep '^d' | awk '{print $10}' | grep -v new}) { } # WMIIKEYS CONFIGURATION -cat | wmiir write /keys/reset <<END +wmiir write /keys/reset <<END Control-Alt-c #write /wm/sel/sel/sel/ctl kill Control-Alt-q,y quit Control-Alt-w,y wmiirc