From 8756a422ed5c40a328c425b325c0ad132467c50f Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 1 Jan 2025 15:57:18 +0100 Subject: [PATCH] chore(aerospace): add auto detection for Ghossty --- config/aerospace/aerospace.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/aerospace/aerospace.toml b/config/aerospace/aerospace.toml index dc77e3f..e3e41d1 100644 --- a/config/aerospace/aerospace.toml +++ b/config/aerospace/aerospace.toml @@ -107,6 +107,10 @@ alt-shift-l = ['join-with right', 'mode main'] # ✂---✂---✂---✂---✂---✂---✂---✂ # Window Autodetection +[[on-window-detected]] +if.app-id = 'com.mitchellh.ghostty' +run = "move-node-to-workspace 1" + [[on-window-detected]] if.app-id = 'com.github.wez.wezterm' run = "move-node-to-workspace 1"