diff --git a/tubetop2 b/tubetop2 index bb4373e..dd8c798 100755 --- a/tubetop2 +++ b/tubetop2 @@ -10,7 +10,8 @@ function tubetop2-play { if [ -z ${1+x} ]; then return 1; fi pkill -x xwinwrap - xwinwrap -ni -fs -b -nf -ov -- mpv -wid WID --title="$name" "$1" + xwinwrap -ni -fs -b -nf -ov -- \ + mpv -wid WID --volume 50 --title="$name" "$1" return 0 }