mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +02:00
picom: don't drop shadows on various sharing indicators
This commit is contained in:
parent
44b6f25170
commit
290ac088ec
1 changed files with 5 additions and 1 deletions
|
@ -57,6 +57,10 @@ shadow-exclude = [
|
||||||
# Zoom
|
# Zoom
|
||||||
"name = 'cpt_frame_window'",
|
"name = 'cpt_frame_window'",
|
||||||
"name = 'cpt_frame_xcb_window'",
|
"name = 'cpt_frame_xcb_window'",
|
||||||
"name = 'as_toolbar'"
|
"name = 'as_toolbar'",
|
||||||
|
# Other sharing indicators
|
||||||
|
"name ~= 'is sharing your screen.$'", # Chrome
|
||||||
|
"name = 'Firefox — Sharing Indicator'", # Firefox
|
||||||
|
"name = 'Screen Sharing Tracker'" # Jitsi
|
||||||
];
|
];
|
||||||
fade-exclude = [ ];
|
fade-exclude = [ ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue