From 27519fb292cbfbaa51718b197d20ef9a94ef35c2 Mon Sep 17 00:00:00 2001 From: lorenzhohermuth Date: Wed, 29 May 2024 15:53:56 +0200 Subject: [PATCH] enabeled vsync --- .compton.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.compton.conf b/.compton.conf index 1fefba4..0de895e 100644 --- a/.compton.conf +++ b/.compton.conf @@ -1,5 +1,6 @@ -backend = "xrender"; -vsync = false; +#backend = "xrender"; +vsync = "opengl-swc"; +backend = "glx"; shadow = false; #shadow-radius = 10;