diff --git a/settings.talon b/settings.talon index 45b6b10c07..0d8e7b2cc2 100644 --- a/settings.talon +++ b/settings.talon @@ -2,6 +2,10 @@ settings(): # Adjust the scale of the imgui imgui.scale = 1.3 + # Uncomment to set the speech timeout. This is the amount of time after you stop + # speaking until Talon starts processing the spoken audio. Default is 0.3s. + # speech.timeout = 0.3 + # Uncomment to enable dark mode for talon help menus # imgui.dark_mode = true