From da941035f9dad7cc6e6c692a853a723c467d66e3 Mon Sep 17 00:00:00 2001 From: Felix Martin Date: Wed, 10 Jun 2026 14:19:26 -0400 Subject: [PATCH] Add Linux desktop file for Rofi launching Launches Blurt via `uv run --project`, which resolves the project/venv without altering cwd. Blurt anchors all config to the script location, so no working-directory change is needed. Co-Authored-By: Claude Opus 4.8 (1M context) --- blurt.desktop | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 blurt.desktop diff --git a/blurt.desktop b/blurt.desktop new file mode 100644 index 0000000..a5f2840 --- /dev/null +++ b/blurt.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +Name=Blurt +GenericName=Voice-to-Text +Comment=Tray-based push-to-talk voice-to-text +Exec=uv run --project /home/felixm/dev/blurt blurt +Icon=audio-input-microphone +Terminal=false +Categories=Utility;AudioVideo;Audio; +Keywords=voice;transcribe;dictation;speech;clipboard; +StartupNotify=false