Switched from iterm2 to ghostty

This commit is contained in:
Random936 2024-12-29 10:41:27 -08:00
parent c75ef098c3
commit 630b454663
2 changed files with 3 additions and 3 deletions

View File

@ -29,9 +29,9 @@
"aerospace" "aerospace"
"bitwarden" "bitwarden"
"tailscale" "tailscale"
"ghostty"
"discord" "discord"
"barrier" "barrier"
"iterm2"
"zoom" "zoom"
"plex" "plex"
"vlc" "vlc"

View File

@ -29,8 +29,8 @@ outer.right = 5
[mode.main.binding] [mode.main.binding]
# See: https://nikitabobko.github.io/AeroSpace/goodness#open-a-new-window-with-applescript # See: https://nikitabobko.github.io/AeroSpace/goodness#open-a-new-window-with-applescript
cmd-enter = '''exec-and-forget osascript -e 'tell application "iTerm2" to create window with default profile'''' cmd-enter = 'exec-and-forget open -n -a "Ghostty"'
cmd-shift-e = 'exec-and-forget emacs' cmd-shift-e = 'exec-and-forget /etc/profiles/per-user/*/bin/emacs'
cmd-shift-f = 'exec-and-forget open -n -a "Google Chrome"' cmd-shift-f = 'exec-and-forget open -n -a "Google Chrome"'
cmd-shift-d = 'exec-and-forget open -n -a "Discord"' cmd-shift-d = 'exec-and-forget open -n -a "Discord"'