non important commit
This commit is contained in:
parent
fb1335260f
commit
e712ee2dc1
1 changed files with 38 additions and 19 deletions
|
|
@ -92,43 +92,62 @@ workspaces() {
|
||||||
|
|
||||||
if [ "$f1" ]; then
|
if [ "$f1" ]; then
|
||||||
ic_1=""
|
ic_1=""
|
||||||
elif [ "$f2" ]; then
|
fi
|
||||||
|
if [ "$f2" ]; then
|
||||||
ic_2=""
|
ic_2=""
|
||||||
elif [ "$f3" ]; then
|
fi
|
||||||
|
if [ "$f3" ]; then
|
||||||
ic_3=""
|
ic_3=""
|
||||||
elif [ "$f4" ]; then
|
fi
|
||||||
|
if [ "$f4" ]; then
|
||||||
ic_4=""
|
ic_4=""
|
||||||
elif [ "$f5" ]; then
|
fi
|
||||||
|
if [ "$f5" ]; then
|
||||||
ic_5=""
|
ic_5=""
|
||||||
elif [ "$f6" ]; then
|
fi
|
||||||
|
if [ "$f6" ]; then
|
||||||
ic_6=""
|
ic_6=""
|
||||||
elif [ "$f7" ]; then
|
fi
|
||||||
|
if [ "$f7" ]; then
|
||||||
ic_7=""
|
ic_7=""
|
||||||
elif [ "$f8" ]; then
|
fi
|
||||||
|
if [ "$f8" ]; then
|
||||||
ic_8=""
|
ic_8=""
|
||||||
elif [ "$f9" ]; then
|
fi
|
||||||
|
if [ "$f9" ]; then
|
||||||
ic_9=""
|
ic_9=""
|
||||||
elif [ "$f10" ]; then
|
fi
|
||||||
|
if [ "$f10" ]; then
|
||||||
ic_10=""
|
ic_10=""
|
||||||
elif [ "$f11" ]; then
|
fi
|
||||||
|
if [ "$f11" ]; then
|
||||||
ic_11=""
|
ic_11=""
|
||||||
elif [ "$f12" ]; then
|
fi
|
||||||
|
if [ "$f12" ]; then
|
||||||
ic_12=""
|
ic_12=""
|
||||||
elif [ "$f13" ]; then
|
fi
|
||||||
|
if [ "$f13" ]; then
|
||||||
ic_13=""
|
ic_13=""
|
||||||
elif [ "$f14" ]; then
|
fi
|
||||||
|
if [ "$f14" ]; then
|
||||||
ic_14=""
|
ic_14=""
|
||||||
elif [ "$f15" ]; then
|
fi
|
||||||
|
if [ "$f15" ]; then
|
||||||
ic_15=""
|
ic_15=""
|
||||||
elif [ "$f16" ]; then
|
fi
|
||||||
|
if [ "$f16" ]; then
|
||||||
ic_16=""
|
ic_16=""
|
||||||
elif [ "$f17" ]; then
|
fi
|
||||||
|
if [ "$f17" ]; then
|
||||||
ic_17=""
|
ic_17=""
|
||||||
elif [ "$f18" ]; then
|
fi
|
||||||
|
if [ "$f18" ]; then
|
||||||
ic_18=""
|
ic_18=""
|
||||||
elif [ "$f19" ]; then
|
fi
|
||||||
|
if [ "$f19" ]; then
|
||||||
ic_19=""
|
ic_19=""
|
||||||
elif [ "$f20" ]; then
|
fi
|
||||||
|
if [ "$f20" ]; then
|
||||||
ic_20=""
|
ic_20=""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue