diff options
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": { |