From 795a7babd01f68f67bbd21a8399befb9ca727dbd Mon Sep 17 00:00:00 2001 From: kenji Date: Sun, 11 Jan 2026 19:00:15 -0600 Subject: [PATCH] fix(cursor): removed invasive expansion of cursor at certain threshold --- apps/hyprland/hypr/misc.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/hyprland/hypr/misc.nix b/apps/hyprland/hypr/misc.nix index 8cf5ad8..8e0ec8e 100644 --- a/apps/hyprland/hypr/misc.nix +++ b/apps/hyprland/hypr/misc.nix @@ -30,7 +30,8 @@ shake = { enabled = true; threshold = 4.0; - factor = 1.5; + limit = 4.0; + timeout = 200; }; };