From 429fd3c99e95c652299bad91a01af6fe3349a683 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 11 Aug 2020 06:51:31 -0500 Subject: [PATCH] Compton: Don't unredir fullscreen windows anymore I have a toggle for the compositor that I use anyway because Compton doesn't have multimonitor support --- .config/compton.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/compton.conf b/.config/compton.conf index 0700547c..deb70378 100644 --- a/.config/compton.conf +++ b/.config/compton.conf @@ -91,7 +91,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. # paint-on-overlay may make the flickering less obvious. -unredir-if-possible = true; +unredir-if-possible = false; # Specify a list of conditions of windows that should always be considered focused. focus-exclude = [ ];