script cleanup, addition of unicode file

This commit is contained in:
Luke Smith
2018-08-03 16:54:05 -04:00
parent be86d72beb
commit aee57c26f0
5 changed files with 1227 additions and 12 deletions

View File

@@ -9,7 +9,6 @@ visual="${1:0:20}"..."${1: -7}"
else
visual="$1"
fi
echo $visual
x=$(echo -e "mpv\nmpv (loop)\nwget\nfeh\nbrowser\nw3m\nmpv (float)" | dmenu -i -p "How should I open '$visual'?")
case "$x" in