hypr-dotfiles/whisrs/config.toml
Jeena 47b958ecfe whisrs: raise the silence auto-stop timeout to 6s
The default 2s auto-stop ended dictations whenever a thinking pause ran
a little long while the key was still held. 6s keeps room to think
while still bounding a lost-release recording (the guards make missed
releases rare, so the longer bound costs little).
2026-09-18 06:17:36 +09:00

12 lines
No EOL
230 B
TOML

[audio]
device = "pipewire"
[general]
backend = "local-whisper"
language = "en"
silence_timeout_ms = 6000
notify = true
audio_feedback = true
[local-whisper]
model_path = "/home/jeena/.local/share/whisrs/models/ggml-base.en.bin"