IFS is no longer necessary in setting up the bar due to the current 'read' hack

This commit is contained in:
Kris Maglione 2006-07-08 13:06:57 -04:00
parent 9e2d42000f
commit 87b608a29d
1 changed files with 0 additions and 4 deletions

View File

@ -107,8 +107,6 @@ $MODKEY-Shift-9
EOF
# TAG BAR
IFS='
'
wmiir ls /lbar |
while read bar
do
@ -125,8 +123,6 @@ do
echo "$WMII_NORMCOLORS" "$tag" | wmiir create "/lbar/$tag"
fi
done
unset IFS
# EVENT LOOP
wmiir read /event 2>/dev/null |