diff options
author | Tharre <tharre3@gmail.com> | 2019-05-10 00:46:49 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2019-05-10 00:46:49 +0200 |
commit | eacc4f51a9d68406a933ea67e9bf44a5ee20b6fd (patch) | |
tree | 173c4d648123b955cd7a5f11e5adcf2106cf3204 | |
parent | 92bb09bc837b736d373e64b2312aea18bbdbb3b0 (diff) | |
download | dotfiles-eacc4f51a9d68406a933ea67e9bf44a5ee20b6fd.tar.gz dotfiles-eacc4f51a9d68406a933ea67e9bf44a5ee20b6fd.tar.xz dotfiles-eacc4f51a9d68406a933ea67e9bf44a5ee20b6fd.zip |
mpv: don't randomly change brightness
-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 f8e5956..13a4594 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -3,3 +3,4 @@ vo=gpu save-position-on-quit ytdl-format=bestvideo[height<=?1080][vcodec!=vp9]+bestaudio/best volume-max=600 +hdr-compute-peak=no |