We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26e11d commit 2ac1030Copy full SHA for 2ac1030
config/stow/aerospace/.aerospace.tight.toml
@@ -85,14 +85,15 @@ on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
85
# Also see: https://nikitabobko.github.io/AeroSpace/goodies#disable-hide-app
86
automatically-unhide-macos-hidden-apps = false
87
88
-# 6 gcc
89
[gaps]
+# 6 gcc
90
inner.horizontal = 5
91
inner.vertical = 5
92
-outer.left = 5
93
-outer.bottom = 5
94
-outer.top = 5
95
-outer.right = 5
+outer.bottom = 0
+outer.left = 1
+# outer.top = 0
+outer.top = [{ monitor."Built-in Retina Display" = 0 }, 30]
96
+outer.right = 1
97
98
# enable_for_floating = true # this is the key line
99
# inner_gap = 8 # space between tiled windows
0 commit comments