aerospace config

This commit is contained in:
Dennis Schoepf 2025-12-03 22:54:21 +01:00
parent 3ac6adcb30
commit dc74df2c88
2 changed files with 5 additions and 0 deletions

View file

@ -113,6 +113,7 @@
"font-victor-mono-nerd-font" "font-victor-mono-nerd-font"
"vlc" "vlc"
"wezterm" "wezterm"
"ghostty"
"hiddenbar" "hiddenbar"
"eurkey" "eurkey"
"karabiner-elements" "karabiner-elements"

View file

@ -89,6 +89,10 @@
"if".app-id = "com.apple.reminders"; "if".app-id = "com.apple.reminders";
run = "move-node-to-workspace 6"; run = "move-node-to-workspace 6";
} }
{
"if".app-id = "com.mitchellh.ghostty";
run = "layout tiling";
}
]; ];
}; };
}; };