|
1 | | -# Place a copy of this config to ~/.aerospace.toml |
2 | | -# After that, you can edit ~/.aerospace.toml to your liking |
3 | | - |
4 | | -# You can use it to add commands that run after login to macOS user session. |
5 | | -# 'start-at-login' needs to be 'true' for 'after-login-command' to work |
6 | | -# Available commands: https://nikitabobko.github.io/AeroSpace/commands |
7 | | -after-login-command = [] |
8 | | - |
9 | | -# You can use it to add commands that run after AeroSpace startup. |
| 1 | +# |
| 2 | +# ================================================================================================= |
| 3 | +# _______ _______ _ _______ _________ _______ |
| 4 | +# ( ____ \( ___ )( ( /|( ____ \\__ __/( ____ \ |
| 5 | +# | ( \/| ( ) || \ ( || ( \/ ) ( | ( \/ |
| 6 | +# | | | | | || \ | || (__ | | | | |
| 7 | +# | | | | | || (\ \) || __) | | | | ____ |
| 8 | +# | | | | | || | \ || ( | | | | \_ ) |
| 9 | +# | (____/\| (___) || ) \ || ) ___) (___| (___) | |
| 10 | +# (_______/(_______)|/ )_)|/ \_______/(_______) |
| 11 | +# config |
| 12 | +# ================================================================================================= |
| 13 | +# # Place a copy of this config to ~/.aerospace.toml |
| 14 | +# # After that, you can edit ~/.aerospace.toml to your liking |
| 15 | +# |
| 16 | +# # You can use it to add commands that run after login to macOS user session. |
| 17 | +# # 'start-at-login' needs to be 'true' for 'after-login-command' to work |
| 18 | +# # Available commands: https://nikitabobko.github.io/AeroSpace/commands |
| 19 | +# after-login-command = [] |
| 20 | +# |
| 21 | +# # You can use it to add commands that run after AeroSpace startup. |
10 | 22 | # 'after-startup-command' is run after 'after-login-command' |
11 | 23 | # Available commands : https://nikitabobko.github.io/AeroSpace/commands |
12 | 24 | # after-startup-command = [] |
@@ -96,6 +108,20 @@ automatically-unhide-macos-hidden-apps = false |
96 | 108 | # inner_gap = 8 # space between tiled windows |
97 | 109 | # outer_gap = 8 # space around the screen edge |
98 | 110 |
|
| 111 | + |
| 112 | +# |
| 113 | +# ================================================================================================= |
| 114 | +# _ _______ ______ _________ _ ______ _______ |
| 115 | +# | \ /\( ____ \|\ /|( ___ \ \__ __/( ( /|( __ \ ( ____ \ |
| 116 | +# | \ / /| ( \/( \ / )| ( ) ) ) ( | \ ( || ( \ )| ( \/ |
| 117 | +# | (_/ / | (__ \ (_) / | (__/ / | | | \ | || | ) || (_____ |
| 118 | +# | _ ( | __) \ / | __ ( | | | (\ \) || | | |(_____ ) |
| 119 | +# | ( \ \ | ( ) ( | ( \ \ | | | | \ || | ) | ) | |
| 120 | +# | / \ \| (____/\ | | | )___) )___) (___| ) \ || (__/ )/\____) | |
| 121 | +# |_/ \/(_______/ \_/ |/ \___/ \_______/|/ )_)(______/ \_______) |
| 122 | +# keybinds |
| 123 | +# ================================================================================================= |
| 124 | +# |
99 | 125 | # 'main' binding mode declaration |
100 | 126 | # See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes |
101 | 127 | # 'main' binding mode must be always presented |
|
0 commit comments