mabox-i18n-files/common/picom/include/notifications.conf
2024-12-21 11:01:56 +01:00

20 lines
371 B
Plaintext

# NOTIFICATIONS
match = "name = 'xfce4-notifyd'"
shadow = true;
dim = 0.0;
corner-radius = 2;
animations = (
{
triggers = ["close", "hide"];
preset = "fly-out";
direction = "up";
duration = 0.2;
},
{
triggers = ["open", "show"];
preset = "fly-in";
direction = "right";
duration = 0.2;
}
)