From ea40935c48d74a9d42c377406b178a9039b2e6d2 Mon Sep 17 00:00:00 2001 From: Robert Kmiec Date: Sun, 12 Apr 2020 00:49:53 +0200 Subject: [PATCH] picom: Rename from compton Set refresh rate to 144 --- .config/picom.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/picom.conf b/.config/picom.conf index 9460e10..632ad28 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -168,7 +168,7 @@ detect-client-opacity = true; # Specify refresh rate of the screen. # If not specified or 0, compton will try detecting this with X RandR extension. -refresh-rate = 0; +refresh-rate = 144; # Vertical synchronization: match the refresh rate of the monitor vsync = true; @@ -184,7 +184,7 @@ dbe = false; # Unredirect all windows if a full-screen opaque window is detected, to maximize performance for full-screen windows, like games. # Known to cause flickering when redirecting/unredirecting windows. -unredir-if-possible = false; +unredir-if-possible = true; # Specify a list of conditions of windows that should always be considered focused. focus-exclude = [ ];