hypr: track whisrs config and symlink it like the other dotfiles

Keep the dictation daemon config versioned with the rest of the setup.
The file carries no secrets (local backend), but if a cloud backend with
an API key is ever configured it must not be committed; whisrs accepts
WHISRS_GROQ_API_KEY-style env vars instead.
This commit is contained in:
Jeena 2026-09-15 08:48:41 +09:00
parent 6cac8ce12e
commit 01e13bb27c
2 changed files with 12 additions and 0 deletions

View file

@ -70,6 +70,7 @@ ln -s ~/Projects/hypr-dotfiles/wlogout wlogout
ln -s ~/Projects/hypr-dotfiles/kitty kitty ln -s ~/Projects/hypr-dotfiles/kitty kitty
ln -s ~/Projects/hypr-dotfiles/helix helix ln -s ~/Projects/hypr-dotfiles/helix helix
ln -s ~/Projects/hypr-dotfiles/fcitx5 fcitx5 ln -s ~/Projects/hypr-dotfiles/fcitx5 fcitx5
ln -s ~/Projects/hypr-dotfiles/whisrs whisrs
``` ```
To enable the auto-mute/unmute timers (mutes at 21:00, unmutes at To enable the auto-mute/unmute timers (mutes at 21:00, unmutes at

11
whisrs/config.toml Normal file
View file

@ -0,0 +1,11 @@
[audio]
device = "pipewire"
[general]
backend = "local-whisper"
language = "en"
notify = true
audio_feedback = true
[local-whisper]
model_path = "/home/jeena/.local/share/whisrs/models/ggml-base.en.bin"