mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 03:08:34 +02:00
picom: exclude dimmer from shadow
This commit is contained in:
parent
100a79c9e1
commit
778075f526
1 changed files with 3 additions and 1 deletions
|
@ -47,4 +47,6 @@ wintypes:
|
||||||
splash = { fade = true; shadow = true; };
|
splash = { fade = true; shadow = true; };
|
||||||
dialog = { fade = true; shadow = true; };
|
dialog = { fade = true; shadow = true; };
|
||||||
};
|
};
|
||||||
|
shadow-exclude = [
|
||||||
|
"class_i = 'xss-dimmer'"
|
||||||
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue