using unicode glyph for floating windows from Siji for the static string
This commit is contained in:
parent
7f9a4aa11d
commit
429483c376
1 changed files with 1 additions and 1 deletions
2
desks.sh
2
desks.sh
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
# if we're feeling spartan, just print a simple string for the executor
|
# if we're feeling spartan, just print a simple string for the executor
|
||||||
if [ -z $1 ]; then
|
if [ -z $1 ]; then
|
||||||
echo " >>"
|
echo ""
|
||||||
|
|
||||||
# if we pass '-x', spit a few hexadecimal bytes into the executor for eye-candy
|
# if we pass '-x', spit a few hexadecimal bytes into the executor for eye-candy
|
||||||
elif [ "$1" = "-x" ]; then
|
elif [ "$1" = "-x" ]; then
|
||||||
|
|
Loading…
Reference in a new issue