From 17c7a507fd7148bd1aee4b2c2922d669a11efde5 Mon Sep 17 00:00:00 2001 From: tux Date: Tue, 16 Sep 2025 14:01:56 +0530 Subject: [PATCH] chore(hyprland): decrease animation time --- modules/home/desktop/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 7432cdf..a0c850a 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -122,7 +122,7 @@ "layersOut, 1, 1.6, menu_accel" "fadeLayersIn, 1, 3, menu_decel" "fadeLayersOut, 1, 1.6, menu_accel" - "workspaces, 1, 7, menu_decel, slide" + "workspaces, 1, 3, menu_decel, slide" "specialWorkspace, 1, 3, md3_decel, slidevert" ]; };