From 6ec3fa3accde6f94237006ebcc77b0c787467abf Mon Sep 17 00:00:00 2001 From: Ryan Latimer Date: Sat, 21 Feb 2026 17:08:19 -0500 Subject: [PATCH] fix: update voxtype dictation notification phrasing --- bin/omarchy-voxtype-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-voxtype-install b/bin/omarchy-voxtype-install index 6522cde5..524ff4c6 100755 --- a/bin/omarchy-voxtype-install +++ b/bin/omarchy-voxtype-install @@ -14,5 +14,5 @@ if gum confirm "Install Voxtype + AI model (~150MB) to enable dictation?"; then voxtype setup systemd omarchy-restart-waybar - notify-send " Voxtype Dictation Ready" "Hold Super + Ctrl + X to dictate.\nEdit ~/.config/voxtype/config.toml for options." -t 10000 + notify-send " Voxtype Dictation Ready" "Press Super + Ctrl + X to toggle dictation.\nEdit ~/.config/voxtype/config.toml for options." -t 10000 fi