From 2ee128e12b007d0751d272dac8e55768c3a794c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Av=C3=A9?= Date: Mon, 1 Aug 2022 15:30:33 +0200 Subject: [PATCH] Use glx backend to avoid tearing --- .config/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/picom.conf b/.config/picom.conf index d1f9b19..7796cba 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -208,8 +208,8 @@ blur-background-exclude = [ # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. # `xrender` is the default one. # -# backend = "glx" -backend = "xrender"; +backend = "glx" +# backend = "xrender"; # Enable/disable VSync. # vsync = false