diff options
| -rw-r--r-- | context.json | 47 | ||||
| -rw-r--r-- | dots/aerospace/.aerospace.toml.j2 | 2 | ||||
| -rwxr-xr-x | dots/zsh/.config/zsh/osx/archer.zsh | 1 |
3 files changed, 47 insertions, 3 deletions
diff --git a/context.json b/context.json index c2eeb32..e8d0562 100644 --- a/context.json +++ b/context.json @@ -25,7 +25,8 @@ "apps": [ { "app-id": "org.mozilla.firefox" }, { "app-id": "org.mozilla.librewolf" }, - { "app-id": "app.zen-browser.zen" } + { "app-id": "app.zen-browser.zen" }, + { "app-id": "org.chromium.Chromium" } ] }, "mesg": { @@ -60,7 +61,7 @@ ] }, "term": { - "apps": [{ "app-id": "org.alacritty" }] + "apps": [{ "app-id": "org.alacritty" }, { "app-id": "com.mitchellh.ghostty" }] }, "ctrl": { "apps": [ @@ -168,6 +169,48 @@ } } } + }, + "archer": { + "user": { + "home": "/Users/elizabeth" + }, + "window_manager": { + "padding": { + "top": 12 + }, + "workspaces": { + "http": { + "monitor": "main" + }, + "mesg": { + "monitor": "main" + }, + "mgmt": { + "monitor": "main" + }, + "misc": { + "monitor": "main" + }, + "call": { + "monitor": "main" + }, + "txt": { + "monitor": "main" + }, + "term": { + "monitor": "main" + }, + "ctrl": { + "monitor": "main" + }, + "brn": { + "monitor": "main" + }, + "play": { + "monitor": "main" + } + } + } } }, "linux": { 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 |
