MyNixOS website logo
option

programs.aerospace.userSettings.after-startup-command

A list of AeroSpace commands to execute immediately after the AeroSpace application starts. These commands are written to your aerospace.toml config file and are run after the after-login-command sequence.

A list of all available commands can be found at https://nikitabobko.github.io/AeroSpace/commands.

While this module checks for valid command names, using incorrect arguments can still cause issues. If AeroSpace is not behaving correctly after startup, check the logs for errors with cat /tmp/aerospace.err.log.

Declarations
Type
list of string
Default
[ ]
Example
[
  "exec-and-forget open -n /System/Applications/Utilities/Terminal.app"
  "layout tiles accordion"
]