diff --git a/modules/aerospace/default.nix b/modules/aerospace/default.nix index 1d6a41d..9fd05b0 100644 --- a/modules/aerospace/default.nix +++ b/modules/aerospace/default.nix @@ -91,7 +91,11 @@ } { "if".app-id = "com.mitchellh.ghostty"; - run = "layout floating && fullscreen"; + run = "layout floating"; + } + { + "if".app-id = "com.mitchellh.ghostty"; + run = "fullscreen"; } ]; };