From 660890b713b83c976121f77adb44166eaa700323 Mon Sep 17 00:00:00 2001 From: Haelnorr Date: Sat, 29 Jun 2024 12:02:03 +1000 Subject: [PATCH] switched to glx backend --- .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 c42128d..0d6228b 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