New Features
External hotkey support - Control recording from any hotkey system (KDE, GNOME, sxhkd, Espanso, etc.):
hyprwhspr record start # Start recording
hyprwhspr record stop # Stop recording
hyprwhspr record toggle # Toggle recording on/off
hyprwhspr record status # Check current statusBind to your desktop's native shortcuts:
# KDE/GNOME custom shortcut
hyprwhspr record toggle
# Hyprland (when not using grab_keys)
bind = SUPER ALT, D, exec, hyprwhspr record toggleFiller word filtering - Automatically remove "uh", "um", "er" and other filler words:
Bug Fixes
- Fixed audio feedback on Debian/Ubuntu - Audio feedback now falls back to WAV format when OGG playback produces white noise (#105)
- Fixed Homebrew/Linuxbrew Python detection - The launcher now correctly detects Homebrew-managed Python and uses system Python for CLI commands (#104)
- Improved dependency error messages - When python-rich is missing, error now shows which Python interpreter is being used to help diagnose version mismatches
Full Changelog: v1.18.9...v1.18.10
{ "filter_filler_words": true, // Enable automatic removal (default: false) "filler_words": ["uh", "um", "er", "ah", "eh", "hmm", "hm", "mm", "mhm"] // Customize list }