From c48a4789a73181606d3f710585e693a054df0b9f Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Wed, 19 Feb 2025 00:08:51 +0000 Subject: [PATCH] Aerospace now opens ghostty and not alacritty --- aerospace/aerospace.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aerospace/aerospace.toml b/aerospace/aerospace.toml index 080e1b0..e547b2e 100644 --- a/aerospace/aerospace.toml +++ b/aerospace/aerospace.toml @@ -69,7 +69,7 @@ cmd-alt-h = [] # Disable "hide others" # All possible modifiers: cmd, alt, ctrl, shift # All possible commands: https://nikitabobko.github.io/AeroSpace/commands -cmd-enter = 'exec-and-forget open -n /Applications/Alacritty.app' +cmd-enter = 'exec-and-forget open -n /Applications/Ghostty.app' # See: https://nikitabobko.github.io/AeroSpace/commands#layout # alt-slash = 'layout tiles horizontal vertical'