diff options
author | Hunt <lizhunt@amazon.com> | 2025-08-21 09:58:37 -0700 |
---|---|---|
committer | Hunt <lizhunt@amazon.com> | 2025-08-21 09:58:37 -0700 |
commit | 1722f55eccec31cc86cdee1a3673ebfa02af57a6 (patch) | |
tree | 92d854e8f038b7ffe6d061772dbf7cfa5a6b2db8 | |
parent | e26cc799256d8adde73201b6a1e887b067da7d7e (diff) | |
download | dotfiles-1722f55eccec31cc86cdee1a3673ebfa02af57a6.tar.gz dotfiles-1722f55eccec31cc86cdee1a3673ebfa02af57a6.zip |
-rw-r--r-- | context.json | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/context.json b/context.json index 10a8f94..5f43ee4 100644 --- a/context.json +++ b/context.json @@ -14,12 +14,12 @@ "XDG_CACHE_HOME": "$HOME/.cache" }, "window_manager": { - "key": { - "sup": "cmd", - "mod": "alt", - "mov": "shift", - "ed": "ctrl" - }, + "key": { + "sup": "cmd", + "mod": "alt", + "mov": "shift", + "ed": "ctrl" + }, "workspaces": { "http": { "apps": [ @@ -41,7 +41,10 @@ ] }, "call": { - "apps": [{ "app-id": "com.amazon.Amazon-Chime" }] + "apps": [ + { "app-id": "com.amazon.Amazon-Chime" }, + { "app-id": "us.zoom.xos" } + ] }, "mgmt": { "apps": [{ "app-id": "com.microsoft.Outlook" }] |