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" }