picom-config-jaskier/include/notifications.conf

20 lines
371 B
Plaintext
Raw Normal View History

2024-12-21 10:30:24 +01:00
# 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;
}
)