From c7bab6dffbf7f6c3a3a7a0157532bf516f1386b6 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Fri, 22 Dec 2023 21:02:39 +0100 Subject: [PATCH] change hyprland workspace animation delay --- 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 b1ee17b..a729045 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -119,7 +119,7 @@ in animation = fadeDim, 1, 4, fluent_decel # the easing of the dimming of inactive windows animation = border, 1, 2.7, easeOutCirc # for animating the border's color switch speed animation = borderangle, 1, 30, fluent_decel, once # for animating the border's gradient angle - styles: once (default), loop - animation = workspaces, 1, 3, easeOutCubic, fade # styles: slide, slidevert, fade, slidefade, slidefadevert + animation = workspaces, 1, 4, easeOutCubic, fade # styles: slide, slidevert, fade, slidefade, slidefadevert }