From 4b3103a7cf6bb74ef88cfdf262e3dea96dee543c Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Fri, 22 Dec 2023 23:22:34 +0100 Subject: [PATCH] change hyprland animation --- modules/home/hyprland/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 85387cd..c0db6b4 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -113,7 +113,7 @@ in # Fade animation = fadeIn, 1, 3, easeOutCubic # fade in (open) -> layers and windows - animation = fadeOut, 1, 3, easeOutCubic # fade out (close) -> layers and windows + animation = fadeOut, 1, 2, easeOutCubic # fade out (close) -> layers and windows animation = fadeSwitch, 0, 1, easeOutCirc # fade on changing activewindow and its opacity animation = fadeShadow, 1, 10, easeOutCirc # fade on changing activewindow for shadows animation = fadeDim, 1, 4, fluent_decel # the easing of the dimming of inactive windows