diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-29 13:09:27 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-29 13:09:27 +0200 |
commit | 10ece742d8988f697dd5c550d20fd738289a06d7 (patch) | |
tree | 30c585b92a52245e32dbcaa2d48358ab0223b3ef /mpv | |
parent | e252166331f4186c4a6c3861a6a0615533c52eef (diff) | |
download | dotfiles-10ece742d8988f697dd5c550d20fd738289a06d7.tar.xz |
mpv: Set default volume to 100
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/mpv.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 8d93dd6..82fb522 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -6,7 +6,7 @@ vo=opengl no-osc # Use with disabled flat-volumes in /etc/pulse/daemon.conf -volume=15 +volume=100 softvol=yes softvol-max=400 |