diff options
-rw-r--r-- | picom/picom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ ]; |