From 928ef584e64a2dbc209a4365665ac503133aa389 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Thu, 2 Apr 2020 11:32:21 +0100 Subject: [PATCH] picom: fix focus/blur/shadows with Zoom --- .config/picom.conf | 2 ++ 1 file changed, 2 insertions(+) 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;