diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-21 14:01:24 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-21 14:01:50 +0100 |
commit | 3f2b46ad0549f6d603a4820b14f752e0dc32c87f (patch) | |
tree | 1ffc7d023624cf41c65398a35285741ff33e79ba /mpv/mpv.conf | |
parent | ea16e127abbdeaa3a3c5c5e022f583d3f8870946 (diff) |
Reduces default volume of mpv
Diffstat (limited to 'mpv/mpv.conf')
-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 c8c12ce..a74d0a7 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -3,7 +3,7 @@ #ao=jack ao=pulse vo=gpu -volume=69 +volume=50 hwdec=vaapi audio-channels=2 save-position-on-quit=yes |