From 6653c9b9e9593da1c59b9417b60ce853b8b2471d Mon Sep 17 00:00:00 2001 From: rydesun Date: Wed, 1 Mar 2023 22:22:16 +0800 Subject: [PATCH] Fix picom config: exclude telegram --- .config/picom/picom.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index ddbff8b..c32b218 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -9,6 +9,7 @@ shadow-offset-y = -32 shadow-opacity = 0.48 shadow-exclude = [ + "_GTK_FRAME_EXTENTS@:c", "class_g = 'firefox' && window_type = 'utility'", "class_g = 'Tor Browser' && window_type = 'utility'", "class_g = 'Thunderbird' && window_type = 'utility'" @@ -42,6 +43,7 @@ rounded-corners-exclude = [ blur-method = "dual_kawase" blur-strength = 6 blur-background-exclude = [ + "_GTK_FRAME_EXTENTS@:c", "class_g = 'Peek'" ];