picom: also add fading for tooltips, notifications and menus

This commit is contained in:
Vincent Bernat 2021-07-11 08:58:43 +02:00
parent 61c9eb7fd8
commit e007711578

View file

@ -18,11 +18,17 @@ opacity-rule = [
"85:!focused"
];
# Shadows
# Shadow and fading
fade-in-step = 0.08;
fade-out-step = 0.08;
wintypes:
{
notification = { shadow = true; };
splash = { shadow = true; };
dialog = { shadow = true; };
tooltip = { fade = true; };
menu = { fade = true; };
popup_menu = { fade = true; };
dropdown_menu = { fade = true; };
notification = { shadow = true; fade = true; };
splash = { shadow = true; fade = true; };
dialog = { shadow = true; fade = true; };
};