From 78bc21b1bf6458020c4b088113b223d9304ce3b9 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Tue, 12 May 2026 21:30:06 +0200 Subject: [PATCH] set prompt for application launcher --- aerospace/bin/open-applicaiton.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aerospace/bin/open-applicaiton.sh b/aerospace/bin/open-applicaiton.sh index 510d74b..76d601c 100644 --- a/aerospace/bin/open-applicaiton.sh +++ b/aerospace/bin/open-applicaiton.sh @@ -3,7 +3,7 @@ ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applica sed 's/\.app$//g' | \ { cat; echo "Finder"; } | \ sort | \ - raymenu | \ + raymenu -p "launch application" | \ while read app; do if [ "$app" = "Finder" ]; then osascript -e 'tell application "Finder"