diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2026-01-08 18:17:28 -0800 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2026-01-08 18:17:28 -0800 |
| commit | 043ef08e1131675ca42eafd7663ae037c5cae993 (patch) | |
| tree | 1a475d8617bbd9b296e39f8c849e5d8047c28596 /context.json | |
| parent | a4013afe92b74f5fa93a2b0369d9636af2e491a8 (diff) | |
| download | dots-043ef08e1131675ca42eafd7663ae037c5cae993.tar.gz dots-043ef08e1131675ca42eafd7663ae037c5cae993.zip | |
add padding and new imac
Diffstat (limited to 'context.json')
| -rw-r--r-- | context.json | 47 |
1 files changed, 45 insertions, 2 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": { |
