From 2c205edc7c370c841a9e3a8954b6034e9f25db9f Mon Sep 17 00:00:00 2001 From: doryan Date: Tue, 15 Oct 2024 19:29:34 +0400 Subject: [PATCH] feat(render): switch render method from egl to glx + turn off vsync --- picom/picom.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/picom/picom.conf b/picom/picom.conf index c00747f..e61459e 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -142,9 +142,8 @@ corner-radius = 5; # Specify the backend to use: `xrender`, `glx`, `egl` or `xr_glx_hybrid`. # `xrender` is the default one. # -backend = "egl" +backend = "glx" dithered-present = false; -vsync = true; detect-client-opacity = true; detect-transient = true; detect-client-leader = true