diff --git a/.config/picom.conf b/.config/picom.conf index 108fb2c..12dfcef 100644 --- a/.config/picom.conf +++ b/.config/picom.conf @@ -18,6 +18,7 @@ shadow-exclude = [ "class_g = 'Cairo-clock'", "class_g = 'firefox' && argb", "name = 'Notification'", + "name = 'cpt_frame_window'", "_GTK_FRAME_EXTENTS@:c" ]; # shadow-exclude = "n:e:Notification"; @@ -79,6 +80,7 @@ vsync = true; focus-exclude = [ "i:ai:chromium", "class_g = 'firefox'", + "class_g = 'zoom'" ]; detect-transient = true; detect-client-leader = true;