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:
parent
b58469c1ea
commit
928ef584e6
@ -18,6 +18,7 @@ shadow-exclude = [
|
|||||||
"class_g = 'Cairo-clock'",
|
"class_g = 'Cairo-clock'",
|
||||||
"class_g = 'firefox' && argb",
|
"class_g = 'firefox' && argb",
|
||||||
"name = 'Notification'",
|
"name = 'Notification'",
|
||||||
|
"name = 'cpt_frame_window'",
|
||||||
"_GTK_FRAME_EXTENTS@:c"
|
"_GTK_FRAME_EXTENTS@:c"
|
||||||
];
|
];
|
||||||
# shadow-exclude = "n:e:Notification";
|
# shadow-exclude = "n:e:Notification";
|
||||||
@ -79,6 +80,7 @@ vsync = true;
|
|||||||
focus-exclude = [
|
focus-exclude = [
|
||||||
"i:ai:chromium",
|
"i:ai:chromium",
|
||||||
"class_g = 'firefox'",
|
"class_g = 'firefox'",
|
||||||
|
"class_g = 'zoom'"
|
||||||
];
|
];
|
||||||
detect-transient = true;
|
detect-transient = true;
|
||||||
detect-client-leader = true;
|
detect-client-leader = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user