From df4d26424133816e012ce2ed5f122e6a8c16ea8f Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Wed, 18 Nov 2020 23:46:39 +0100 Subject: picom fix 144Hz --- picom/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picom/picom.conf b/picom/picom.conf index f9250ba..e41b241 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -209,7 +209,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 = [ ]; -- cgit v1.2.3