mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-14 23:02:22 +02:00
picom: also add fading for tooltips, notifications and menus
This commit is contained in:
parent
61c9eb7fd8
commit
e007711578
1 changed files with 10 additions and 4 deletions
|
@ -18,11 +18,17 @@ opacity-rule = [
|
||||||
"85:!focused"
|
"85:!focused"
|
||||||
];
|
];
|
||||||
|
|
||||||
# Shadows
|
# Shadow and fading
|
||||||
|
fade-in-step = 0.08;
|
||||||
|
fade-out-step = 0.08;
|
||||||
wintypes:
|
wintypes:
|
||||||
{
|
{
|
||||||
notification = { shadow = true; };
|
tooltip = { fade = true; };
|
||||||
splash = { shadow = true; };
|
menu = { fade = true; };
|
||||||
dialog = { shadow = true; };
|
popup_menu = { fade = true; };
|
||||||
|
dropdown_menu = { fade = true; };
|
||||||
|
notification = { shadow = true; fade = true; };
|
||||||
|
splash = { shadow = true; fade = true; };
|
||||||
|
dialog = { shadow = true; fade = true; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue