From 12977ce680a1789671082a3e20df76b3b7bd66b7 Mon Sep 17 00:00:00 2001 From: Lucas Gabriel Vuotto Date: Sat, 25 Oct 2025 13:52:21 +0000 Subject: [PATCH] mpv: sync config - change sorting of entries - add cache - add vulkan profile for ease of testing --- xdg-config-dir/mpv/mpv.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/xdg-config-dir/mpv/mpv.conf b/xdg-config-dir/mpv/mpv.conf index 69fe87b..fd25227 100644 --- a/xdg-config-dir/mpv/mpv.conf +++ b/xdg-config-dir/mpv/mpv.conf @@ -1,9 +1,17 @@ alang=ja,en slang=en subs-with-matching-audio=no - -hwdec=auto +audio-channels=stereo screenshot-format=png screenshot-directory=~/media/ss/mpv screenshot-template="%F-%P-%04n" + +cache=yes + +hwdec=auto + +[vulkan] +vo=gpu-next +gpu-api=vulkan +hwdec=vulkan