diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 1b89c23..09b2d46 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -9,7 +9,8 @@ cache-pause=no demuxer-readahead-secs=1 # Enable HW decoding. This should be safe on any system as failure falls back to SWDec -hwdec=auto +hwdec=auto-safe +vo=gpu-next # Audio filter to try to normalize audio levels. Especially important for # Twitch where there's no defacto normal level to target @@ -20,3 +21,7 @@ screenshot-directory=~/screenshot # Make images opened in mpv display until dismissed image-display-duration=inf + +# Suspending the "screensaver" actually completely kills Wayland's idle detection +# which in turn breaks everything I use that relies on it +stop-screensaver=no