From 8700d79b6dbf4bb7d1b88130b2dcd8ea3c23dd20 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sun, 13 Apr 2025 15:43:32 -0300 Subject: [PATCH] hypr(rules): correct animation for some windows --- hypr/rules.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hypr/rules.conf b/hypr/rules.conf index 49df472..1a33112 100644 --- a/hypr/rules.conf +++ b/hypr/rules.conf @@ -50,9 +50,10 @@ layerrule = animation fade, control-center layerrule = animation fade, center-window # Bruh i need a better name for this :skull: layerrule = animation fade, logout-menu layerrule = animation fade, wallpaper -layerrule = animation fade, apps-window +layerrule = animation slide bottom, apps-window layerrule = animation fade, runner layerrule = animation fade, ask-popup +layerrule = animation fade, background-window # Opacity windowrule = opacity .95 .95, class:kitty @@ -88,6 +89,7 @@ layerrule = ignorealpha .4, osd layerrule = ignorealpha .55, top-bar layerrule = ignorealpha .6, ask-popup layerrule = ignorealpha .7, control-center +layerrule = ignorealpha .5, apps-window layerrule = ignorealpha .7, center-window layerrule = ignorealpha .7, floating-notifications