- Rename middle-click-reader to read-aloud service - Change hotkey from Ctrl+middle-click to Alt+R - Replace edge-tts with Piper TTS for local neural voices - Update desktop and service files - Add piper-tts dependency - Update tests and setup scripts
11 lines
378 B
Desktop File
11 lines
378 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Name=Read-Aloud Service (Alt+R)
|
|
Comment=Read highlighted text aloud with Alt+R
|
|
Exec=/mnt/storage/Development/dictation-service/.venv/bin/python /mnt/storage/Development/dictation-service/src/dictation_service/read_aloud.py
|
|
Path=/mnt/storage/Development/dictation-service
|
|
Terminal=false
|
|
Hidden=false
|
|
NoDisplay=true
|
|
X-GNOME-Autostart-enabled=true
|