mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 12:30:01 +02:00
picom: drop shadows for some window types
This commit is contained in:
parent
5426dcefdc
commit
61c9eb7fd8
1 changed files with 9 additions and 0 deletions
|
@ -17,3 +17,12 @@ opacity-rule = [
|
||||||
"100:window_type = 'dock'",
|
"100:window_type = 'dock'",
|
||||||
"85:!focused"
|
"85:!focused"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Shadows
|
||||||
|
wintypes:
|
||||||
|
{
|
||||||
|
notification = { shadow = true; };
|
||||||
|
splash = { shadow = true; };
|
||||||
|
dialog = { shadow = true; };
|
||||||
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue