diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-09-25 15:53:23 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-09-25 15:53:23 +0200 |
commit | 9feae89491ddfb33e6ebba1d51d87174d9f3156d (patch) | |
tree | 7bc346a80ac84e556be74bf4d1faafd932e0b3a2 /.config/mpv/mpv.conf | |
parent | c06d494ed78b1c72e3038395c4c50215c93cdd19 (diff) |
mpv: default volume at 50%
Diffstat (limited to '.config/mpv/mpv.conf')
-rw-r--r-- | .config/mpv/mpv.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 2c5725a..c30d948 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,3 +1,4 @@ +volume=50 hwdec=auto-safe sub-auto=fuzzy |