From 6f451f808b9d51abe7f859247435aec0b853c452 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 7 Aug 2020 09:35:10 -0500 Subject: [PATCH] Compton: Increase refresh rate, disable vsync --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index d3cf52d9..c4ece795 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -84,7 +84,7 @@ use-ewmh-active-win = true; detect-rounded-corners = true; detect-client-opacity = true; refresh-rate = 144; -vsync = true; +vsync = false; # Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing. # Reported to have no effect, though. dbe = false;