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

@@ -8,7 +8,8 @@ case $(echo -e "Screencast\nVideo only\nAudio only" | dmenu -i -p "Select record
Screencast) screencast ;;
"Audio only") audio ;;
"Video only") video ;;
esac ;}
esac
echo $! > ~/.larbs/.recordpid ;}
# If already running, will ask to end previous recording.
@@ -21,4 +22,4 @@ asktoend;
else
asktype;
fi
echo $response
echo "$response"