X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Fmplay;h=decfbfe8e22fa83a39d12f50821d116c571a4a92;hb=refs%2Fheads%2Fmaster;hp=e4ca11004c5b1d39c3198b168f33c776fa48261c;hpb=42204a4c8a36e72c65e7f415e7744a101d72a361;p=dotfiles.git diff --git a/bin/mplay b/bin/mplay index e4ca110..decfbfe 100755 --- a/bin/mplay +++ b/bin/mplay @@ -1,6 +1,6 @@ #! /bin/sh -options="--ao pulse --quiet" +options="--ao=pulse --quiet" if [ -n "$AUDIO_VOLUME" ]; then options="$options --af=loudnorm --volume=$AUDIO_VOLUME"