From b4d1fdab0696c539794dd11c89994a5d6f505fc1 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 7 Aug 2020 09:40:33 -0500 Subject: [PATCH] Compton: Slightly lower refresh rate This aids in the vsync --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index c4ece795..81ae1668 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -83,7 +83,7 @@ mark-ovredir-focused = true; use-ewmh-active-win = true; detect-rounded-corners = true; detect-client-opacity = true; -refresh-rate = 144; +refresh-rate = 143.86; vsync = false; # Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing. # Reported to have no effect, though.