From d309a39368787f0df1555fefa36c38c49356b121 Mon Sep 17 00:00:00 2001 From: Nikita Bobko Date: Wed, 25 Oct 2023 02:17:19 +0200 Subject: [PATCH] A note in default-config.toml --- config-examples/default-config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config-examples/default-config.toml b/config-examples/default-config.toml index 65ee52d3..2e647ca8 100644 --- a/config-examples/default-config.toml +++ b/config-examples/default-config.toml @@ -1,3 +1,5 @@ +# Place a copy of this config to ~/.aerospace.toml. After that you can edit ~/.aerospace.toml to your liking + # You can use it to add commands that run after login to macOS user session. # 'start-at-login' needs to be 'true' for 'after-login-command' to work # For the list of available commands see: https://github.com/nikitabobko/AeroSpace/blob/main/docs/commands.md