summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-11-07 10:54:22 (EST)
committer P. J. McDermott <pj@pehjota.net>2021-11-07 10:54:22 (EST)
commitb2469cf4dbabb366fe287cedede68326c8881e0d (patch)
tree975b735259839eba826b0209d89d84003a1e6947
parent114d2d3ee366f0646494aa34b2f888c7dbdf5ddd (diff)
downloadmpv-host/alsvid3.zip
mpv-host/alsvid3.tar.gz
mpv-host/alsvid3.tar.bz2
bin/mpa: Reduce volume to 50%host/alsvid3
To be able to more easily hear Gajim notifications.
-rwxr-xr-xbin/mpa2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mpa b/bin/mpa
index 04e3dbb..94c4b0f 100755
--- a/bin/mpa
+++ b/bin/mpa
@@ -1,4 +1,4 @@
#!/bin/sh
exec /usr/bin/mpv --msg-level=all=fatal:cplayer=info:statusline=status \
- --no-video --vo=null --audio-display=no --volume=100 "${@}"
+ --no-video --vo=null --audio-display=no --volume=50 "${@}"