add the open app and terminal scripts to aerospace config

This commit is contained in:
Ivar Fatland
2025-10-02 08:24:29 +02:00
parent f1a0883eed
commit 542937fa7f
3 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ cmd-j = 'focus down'
cmd-k = 'focus up'
cmd-l = 'focus right'
cmd-d = 'exec-and-forget bash /Users/ivar.fatland/bin/open-applicaiton.sh'
cmd-enter = 'exec-and-forget bash /Users/ivar.fatland/bin/open-terminal.sh'
cmd-d = 'exec-and-forget bash $HOME/bin/open-applicaiton.sh'
cmd-enter = 'exec-and-forget bash $HOME/bin/open-terminal.sh'
cmd-shift-h = 'move left'
cmd-shift-j = 'move down'