local SPEED_TO_DISABLE = 140.0

This commit is contained in:
2026-05-16 11:10:43 -04:00
parent c3308429ff
commit 11ed9b80bc
+1 -1
View File
@@ -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" }