1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

picom: fix focus/blur/shadows with Zoom

This commit is contained in:
Joe Groocock 2020-04-02 11:32:21 +01:00
parent b58469c1ea
commit 928ef584e6
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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;