diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-12 19:19:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-12 19:19:15 +0200 |
| commit | 644f952b2f5976f7b8ecfa70dd3d13e070dd122c (patch) | |
| tree | 94d12ea08f992951b72e74b7b3bad92f6c5a6b33 | |
| parent | 026ead1ce40e5bf657a494ae7e75e69df6eebca3 (diff) | |
Update hypr.nix
| -rw-r--r-- | nixos/mdls/hypr.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/mdls/hypr.nix b/nixos/mdls/hypr.nix index c01c62f..a049305 100644 --- a/nixos/mdls/hypr.nix +++ b/nixos/mdls/hypr.nix @@ -110,8 +110,8 @@ animation({ leaf = "layers", enabled = true, speed = 2, bezier = "easeOutQuint" }) animation({ leaf = "layersIn", enabled = true, speed = 2, bezier = "easeOutQuint", style = "fade" }) animation({ leaf = "layersOut", enabled = true, speed = 1, bezier = "linear", style = "fade" }) - animation({ leaf = "workspaces", enabled = true, speed = 1, bezier = "almostLinear", style = "fade" }) - animation({ leaf = "specialWorkspace", enabled = true, speed = 1, bezier = "almostLinear", style = "fade" }) + animation({ leaf = "workspaces", enabled = true, speed = 5, bezier = "hard", style = "slidevert" }) + animation({ leaf = "specialWorkspace", enabled = true, speed = 5, bezier = "hard", style = "slidevert" }) hl.window_rule({ match = { initial_class = "^(imv|mpv)$" }, |
