From 0a7db7e485335b77c189bf17b0f4f2f6b746db8f Mon Sep 17 00:00:00 2001 From: Vito F Date: Fri, 14 Oct 2022 08:16:06 +0000 Subject: [PATCH] Do not block X11 compositing when using mpv --- etc/skel/.config/mpv/mpv.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/skel/.config/mpv/mpv.conf b/etc/skel/.config/mpv/mpv.conf index 4e1dc6a..8ccb4e0 100644 --- a/etc/skel/.config/mpv/mpv.conf +++ b/etc/skel/.config/mpv/mpv.conf @@ -68,6 +68,10 @@ fs=yes hwdec=auto #vo=gpu #gpu-context=wayland + +# Block X11 compositing +x11-bypass-compositor=no + ################## # audio settings # ##################