diff options
author | Hunt <lizhunt@amazon.com> | 2025-07-17 11:28:39 -0700 |
---|---|---|
committer | Hunt <lizhunt@amazon.com> | 2025-07-17 14:12:59 -0700 |
commit | bda87de7cbbf48fe5ad0c8d4a66e07bef990f558 (patch) | |
tree | 9969b24fe93342e7cfab202469f95644ff6215ee /context.json | |
parent | 0ba773cb8cb5162019d42c511f2580d601ab65d1 (diff) | |
download | dotfiles-bda87de7cbbf48fe5ad0c8d4a66e07bef990f558.tar.gz dotfiles-bda87de7cbbf48fe5ad0c8d4a66e07bef990f558.zip |
Fix up some dotfiles stuff
Diffstat (limited to 'context.json')
-rw-r--r-- | context.json | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/context.json b/context.json index be0b89b..681c7db 100644 --- a/context.json +++ b/context.json @@ -20,7 +20,7 @@ }, "mesg": { "apps": ["com.tinyspeck.slackmacgap", "com.hnc.Discord", - "com.apple.mail", "org.whispersystems.signal-desktop"] + "com.apple.mail", "org.whispersystems.signal-desktop", "com.microsoft.teams2"] }, "call": { "apps": ["com.amazon.Amazon-Chime"] @@ -70,6 +70,46 @@ }, "features": { "work_mode": true + }, + + "window_manager": { + "key": { + "mod": "alt", + "mov": "shift", + "ed": "ctrl" + }, + "workspaces": { + "http": { + "monitor": "1" + }, + "mesg": { + "monitor": "main" + }, + "mgmt": { + "monitor": "main" + }, + "misc": { + "monitor": "1" + }, + "call": { + "monitor": "main" + }, + "txt": { + "monitor": "3" + }, + "term": { + "monitor": "3" + }, + "ctrl": { + "monitor": "3" + }, + "brn": { + "monitor": "3" + }, + "play": { + "monitor": "main" + } + } } }, "armin": { |