From 6d84bd00fe1359c7b799591bf542e0678a5e02bd Mon Sep 17 00:00:00 2001 From: Mohammad Rafiq Date: Sat, 14 Jun 2025 13:38:58 +0800 Subject: [PATCH] feat(hyprland): set workspaces animation speed to 1 --- modules/home/desktop/windowManager/hyprland/decoration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/windowManager/hyprland/decoration.nix b/modules/home/desktop/windowManager/hyprland/decoration.nix index 8748050..ee3d444 100644 --- a/modules/home/desktop/windowManager/hyprland/decoration.nix +++ b/modules/home/desktop/windowManager/hyprland/decoration.nix @@ -1,5 +1,5 @@ { - animation = [ "workspaces, 0" ]; + animation = [ "workspaces, 1, 1, default" ]; general = { border_size = 2; gaps_in = 0;