From 6090360aec3256ee0ab8f58edc7f990cbc0fe773 Mon Sep 17 00:00:00 2001 From: goodroot Date: Sun, 31 Aug 2025 12:28:01 -0700 Subject: [PATCH] clarify logout requirement in install languag --- hyprwhspr.install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hyprwhspr.install b/hyprwhspr.install index fea301b843c4..7e05eb30afc0 100644 --- a/hyprwhspr.install +++ b/hyprwhspr.install @@ -10,7 +10,9 @@ post_install() { ./scripts/install-omarchy.sh echo "" echo "✅ HyprWhspr setup completed successfully!" - echo "Use Super+Alt+D to start dictation!" + echo "" + echo "⚠️ IMPORTANT: Log out and back in to ensure proper permissions" + echo " Then use Super+Alt+D to start dictation!" else echo "❌ Installation script not found. Please run manually:" echo " /opt/hyprwhspr/scripts/install-omarchy.sh"