From b441a697eaff2e77025ae1e3efc8d0f0d55e90fc Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 9 Nov 2022 18:30:56 +0100 Subject: [PATCH] mpv conf --- config/mpv/mpv.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/mpv/mpv.conf b/config/mpv/mpv.conf index 401cf153..eded79a7 100644 --- a/config/mpv/mpv.conf +++ b/config/mpv/mpv.conf @@ -31,13 +31,14 @@ profile=gpu-hq # used for any other OS on modern hardware # Vulkan settings gpu-api=vulkan +gpu-context=wayland vulkan-async-compute=yes vulkan-async-transfer=yes vulkan-queue-count=1 vd-lavc-dr=yes hwdec=auto # enable best HW decoder; turn off for software decoding -reset-on-next-file=audio-delay,mute,pause,speed,sub-delay,video-aspect-override,video-pan-x,video-pan-y,video-rotate,video-zoom,volume +reset-on-next-file=audio-delay,pause,speed,sub-delay,video-aspect-override,video-pan-x,video-pan-y,video-rotate,video-zoom,mute,volume ###### @@ -55,6 +56,10 @@ cursor-autohide=1000 # autohide the curser after 1s # fullscreen = yes # start in fullscreen mode by default loop-file=yes +save-position-on-quit=no +volume=50 +mute=yes + ############ # Playback #