From 5cfe94ca19a98f3a71957a146feb9fc18c2d65d6 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Fri, 22 Dec 2023 23:03:11 +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 a729045..85387cd 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, 1.7, easeOutCubic # fade out (close) -> layers and windows + animation = fadeOut, 1, 3, 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