From 8bff613dddf89f4ffda34786c055f53e75a1085e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sat, 30 Mar 2024 00:26:32 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20ux(hypr):=20change=20layer=20ani?= =?UTF-8?q?mations=20from=20popin=20to=20fade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/hypr/themes/luna/animations.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hypr/themes/luna/animations.conf b/.config/hypr/themes/luna/animations.conf index 8e3fb524..1bd15293 100644 --- a/.config/hypr/themes/luna/animations.conf +++ b/.config/hypr/themes/luna/animations.conf @@ -10,7 +10,7 @@ animations { animation = windowsIn, 1, 7, overshot, popin animation = windowsOut, 1, 5, overshot, popin animation = windowsMove, 1, 6, overshot, slide - animation = layers, 1, 5, overshot, popin + animation = layers, 1, 5, default, fade animation = fadeIn, 1, 10, default animation = fadeOut, 1, 10, default animation = fadeSwitch, 1, 10, default