diff options
Diffstat (limited to 'context.json')
-rw-r--r-- | context.json | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/context.json b/context.json index 18a76d8..be0b89b 100644 --- a/context.json +++ b/context.json @@ -12,6 +12,47 @@ "XDG_DATA_HOME" : "$HOME/.local/share", "XDG_STATE_HOME" : "$HOME/.local/state", "XDG_CACHE_HOME" : "$HOME/.cache" + }, + "window_manager": { + "workspaces": { + "http": { + "apps": ["org.mozilla.firefox", "org.mozilla.librewolf"] + }, + "mesg": { + "apps": ["com.tinyspeck.slackmacgap", "com.hnc.Discord", + "com.apple.mail", "org.whispersystems.signal-desktop"] + }, + "call": { + "apps": ["com.amazon.Amazon-Chime"] + }, + "mgmt": { + "apps": ["com.microsoft.Outlook"] + }, + "misc": { + "apps": [] + }, + "txt": { + "apps": ["dev.zed.Zed", "org.gnu.Emacs", "com.neovide.neovide"] + }, + "term": { + "apps": ["org.alacritty"] + }, + "ctrl": { + "apps": ["com.apple.finder", "com.apple.systempreferences", "io.tailscale.ipn.macos", + "com.amazon.ACME"] + }, + "play": { + "apps": ["com.tidal.desktop"] + }, + "brn": { + "apps": [] + } + } + }, + "theme": { + "sketchybar": { + "font": "Lekton Nerd Font Mono" + } } }, "bcd074b37296": { @@ -85,7 +126,80 @@ "home_localbin": "$HOME/.local/bin" } }, + "window_manager": { + "key": { + "mod": "alt", + "mov": "shift", + "ed": "ctrl" + }, + "workspaces": { + "http": { + "order": 0, + "key": "q", + "monitor": "main", + "icon": "" + }, + "mesg": { + "order": 1, + "key": "w", + "monitor": "main", + "icon": "" + }, + "mgmt": { + "order": 2, + "key": "e", + "monitor": "main", + "icon": "" + }, + "misc": { + "order": 3, + "key": "r", + "monitor": "main", + "icon": "" + }, + "call": { + "order": 4, + "key": "t", + "monitor": "main", + "icon": "" + }, + "txt": { + "order": 5, + "key": "y", + "monitor": "secondary", + "icon": "" + }, + "term": { + "order": 6, + "key": "u", + "monitor": "secondary", + "icon": "" + }, + "ctrl": { + "order": 7, + "key": "i", + "monitor": "secondary", + "icon": "" + }, + "brn": { + "order": 8, + "key": "o", + "monitor": "secondary", + "icon": "" + }, + "play": { + "order": 9, + "key": "p", + "monitor": "secondary", + "icon": "" + } + } + }, "theme": { + "borders": { + "active_color": "fbf1c7df", + "inactive_color": "a998a45f" + }, "tmux": { "plugin": { "line": "set -g @plugin 'egel/tmux-gruvbox'", |