Skip to content

Commit f2c9308

Browse files
devydevy
authored andcommitted
update aerospace config
1 parent 008ae5a commit f2c9308

1 file changed

Lines changed: 35 additions & 9 deletions

File tree

config/stow/aerospace/.aerospace.toml

Lines changed: 35 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
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.
1022
# 'after-startup-command' is run after 'after-login-command'
1123
# Available commands : https://nikitabobko.github.io/AeroSpace/commands
1224
# after-startup-command = []
@@ -96,6 +108,20 @@ automatically-unhide-macos-hidden-apps = false
96108
# inner_gap = 8 # space between tiled windows
97109
# outer_gap = 8 # space around the screen edge
98110

111+
112+
#
113+
# =================================================================================================
114+
# _ _______ ______ _________ _ ______ _______
115+
# | \ /\( ____ \|\ /|( ___ \ \__ __/( ( /|( __ \ ( ____ \
116+
# | \ / /| ( \/( \ / )| ( ) ) ) ( | \ ( || ( \ )| ( \/
117+
# | (_/ / | (__ \ (_) / | (__/ / | | | \ | || | ) || (_____
118+
# | _ ( | __) \ / | __ ( | | | (\ \) || | | |(_____ )
119+
# | ( \ \ | ( ) ( | ( \ \ | | | | \ || | ) | ) |
120+
# | / \ \| (____/\ | | | )___) )___) (___| ) \ || (__/ )/\____) |
121+
# |_/ \/(_______/ \_/ |/ \___/ \_______/|/ )_)(______/ \_______)
122+
# keybinds
123+
# =================================================================================================
124+
#
99125
# 'main' binding mode declaration
100126
# See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes
101127
# 'main' binding mode must be always presented

0 commit comments

Comments
 (0)