Always kick mpv to use -ao=alsa; prevents alsa from trying to use pulse

This commit is contained in:
Miles Alan 2020-07-08 22:42:21 -05:00
parent 9919f49d82
commit e0067998c8
4 changed files with 8 additions and 8 deletions

View file

@ -24,13 +24,13 @@ fi
COMMAND=$(
echo "
w3m URL
mpv -v URL
mpv -v --ytdl-format='[height<420]' URL
mpv -ao=alsa -v URL
mpv -ao=alsa -v --ytdl-format='[height<420]' URL
firefox -new-window URL
netsurf URL
surf URL
echo URL | xsel -i
youtube-dl -o- URL | mpv -v -
youtube-dl -o- URL | mpv -ao=alsa -v -
youtube-dl URL
curl URL | vis -
wget URL