diff options
Diffstat (limited to 'dots')
| -rw-r--r-- | dots/aerospace/.aerospace.toml.j2 | 2 | ||||
| -rwxr-xr-x | dots/zsh/.config/zsh/osx/archer.zsh | 1 |
2 files changed, 2 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] diff --git a/dots/zsh/.config/zsh/osx/archer.zsh b/dots/zsh/.config/zsh/osx/archer.zsh new file mode 100755 index 0000000..f7df9c2 --- /dev/null +++ b/dots/zsh/.config/zsh/osx/archer.zsh @@ -0,0 +1 @@ +#!/bin/zsh |
