From 4e714896164e5c7fcc63c2c77592fd7aaeb4abec Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sat, 9 May 2026 22:55:05 +0200 Subject: [PATCH] remove finder It does not support launching multiple instances anymore. It used to just spawn another window, since finder can technically only have one instance. Now however it fails. Maybe I should install a Finder alternative --- aerospace/bin/open-applicaiton.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/aerospace/bin/open-applicaiton.sh b/aerospace/bin/open-applicaiton.sh index f56631b..f1c4d2d 100644 --- a/aerospace/bin/open-applicaiton.sh +++ b/aerospace/bin/open-applicaiton.sh @@ -1,7 +1,6 @@ ls /Applications/ /Applications/Utilities/ /System/Applications/ /System/Applications/Utilities/ /Users/ivar.fatland/Applications/ /Users/ivar.fatland/Applications/Chrome\ Apps.localized/ | \ grep '\.app$' | \ sed 's/\.app$//g' | \ - { cat; echo "Finder"; } | \ sort | \ raymenu | \ xargs -I {} open -n -a "{}.app"