From 1f049baf41d9eaffd3726cccc27a166e4d0ce44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Dudr?= Date: Mon, 17 Oct 2022 11:07:02 +0200 Subject: [PATCH] picom --- dot_config/picom/picom.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/picom/picom.conf b/dot_config/picom/picom.conf index 7193a41..805bcfe 100644 --- a/dot_config/picom/picom.conf +++ b/dot_config/picom/picom.conf @@ -245,7 +245,7 @@ detect-client-opacity = true; # rather than listening to 'FocusIn'/'FocusOut' event. Might have more accuracy, # provided that the WM supports it. # -# use-ewmh-active-win = false +use-ewmh-active-win = true # Unredirect all windows if a full-screen opaque window is detected, # to maximize performance for full-screen windows. Known to cause flickering