From ff77d1a79818fff34d166be8bd6067d371d02491 Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Fri, 30 Aug 2024 16:30:42 +1000 Subject: [PATCH] changed picom backend to xrender --- .config/picom/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 5ebe3b0..a2aa411 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -213,8 +213,8 @@ blur-background-exclude = [ # Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`. # `xrender` is the default one. # -backend = "glx" -#backend = "xrender"; +#backend = "glx" +backend = "xrender"; # Use higher precision during rendering, and apply dither when presenting the # rendered screen. Reduces banding artifacts, but might cause performance