recording icon location moved

This commit is contained in:
Luke Smith
2018-08-04 13:49:54 -04:00
parent 3772f47536
commit d14c117df7
5 changed files with 6 additions and 6 deletions

View File

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