From 2f2c36380730af71343e80eb026d10290da9c11e Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Mon, 19 Feb 2024 01:23:15 -0500 Subject: [PATCH] use xrender --- configs/picom.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configs/picom.conf b/configs/picom.conf index 2abb741..f2e8bfc 100644 --- a/configs/picom.conf +++ b/configs/picom.conf @@ -1,9 +1,7 @@ vsync = true; unredir-if-possible = true; -backend = "glx"; -glx-no-stencil = true; -glx-no-rebind-pixmap = false; +backend = "xrender"; fading = true; fade-delta = 2;