diff options
Diffstat (limited to 'dots/aerospace/.aerospace.toml.j2')
| -rw-r--r-- | dots/aerospace/.aerospace.toml.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dots/aerospace/.aerospace.toml.j2 b/dots/aerospace/.aerospace.toml.j2 index f62defa..f50ab20 100644 --- a/dots/aerospace/.aerospace.toml.j2 +++ b/dots/aerospace/.aerospace.toml.j2 @@ -58,7 +58,7 @@ automatically-unhide-macos-hidden-apps = true inner.vertical = 8 outer.left = 8 outer.bottom = 8 - outer.top = [{ monitor."^built-in retina display$" = 38 }, 58] + outer.top = [{ monitor."^built-in retina display$" = {{ window_manager.padding.top | default('38') }} }, 58] outer.right = 8 [mode.main.binding] |
