From 11ed9b80bc6a4547aeaa9d44dcc9cf4a8fe1b619 Mon Sep 17 00:00:00 2001 From: Franco Pellicciotti Date: Sat, 16 May 2026 11:10:43 -0400 Subject: [PATCH] local SPEED_TO_DISABLE = 140.0 --- modules/mouseJiggle.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mouseJiggle.lua b/modules/mouseJiggle.lua index 7a931df..95d26b2 100644 --- a/modules/mouseJiggle.lua +++ b/modules/mouseJiggle.lua @@ -7,7 +7,7 @@ local LOCKOUT_DURATION = 3.0 -- Cooldown duration (seconds) before allowed to -- Asymmetrical Thresholds local SPEED_TO_ENABLE = 115.0 -- Slightly lower: easier to turn ON -local SPEED_TO_DISABLE = 150.0 -- Slightly higher: harder to accidentally turn OFF +local SPEED_TO_DISABLE = 140.0 -- Slightly higher: harder to accidentally turn OFF -- Focusdim Global Hotkey Configuration from your settings local FOCUS_DIM_MODS = { "ctrl", "alt", "shift", "cmd" }