diff options
-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" }] |