From d3ae8a9c366fd8f4d1c04c5efe86546dee152281 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 11 Jun 2020 16:07:42 +0200 Subject: [PATCH] correct picom config for aliasinf --- wm/.config/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wm/.config/picom.conf b/wm/.config/picom.conf index 6af0c61..956384d 100644 --- a/wm/.config/picom.conf +++ b/wm/.config/picom.conf @@ -191,7 +191,7 @@ sw-opti = true; # 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 = [ ];