local SPEED_TO_DISABLE = 140.0
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user