1state_file = "auto" # Or custom path, or "disabled" to turn off
2
3[hotkey]
4#enabled = false
5key = "SCROLLLOCK"
6
7[whisper]
8model = "large-v3-turbo"
9language = "en" # Or "auto" for detection, or language code (es, fr, de, etc.)
10translate = false # Translate non-English speech to English
11
12[audio]
13device = "default" # Or specific device from `pactl list sources short`
14sample_rate = 16000
15max_duration_secs = 60
16
17[audio.feedback]
18enabled = true
19theme = "default" # Built-in themes: default, subtle, mechanical
20volume = 0.7 # 0.0 to 1.0
21
22[output]
23mode = "type" # "type", "clipboard", or "paste"
24fallback_to_clipboard = true
25type_delay_ms = 0 # Increase if characters are dropped
26
27[output.post_process]
28command = "garble"
29timeout_ms = 30000
30
31[status]
32icon_theme = "nerd-font"