From 7c350c7dd1225fdf5f2582e9fef9bdad8461ad04 Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Mon, 15 Apr 2024 17:14:55 -0600 Subject: [PATCH] Updated workspace definition files for tie-fighter support --- .../sway/workspaces.json##hostname.normandy | 253 +++++++-------- .../sway/workspaces.json##hostname.rocinante | 145 ++++----- .config/sway/workspaces.json##hostname.tycho | 289 +++++++++--------- 3 files changed, 351 insertions(+), 336 deletions(-) diff --git a/.config/sway/workspaces.json##hostname.normandy b/.config/sway/workspaces.json##hostname.normandy index 431ca12..937dfd6 100644 --- a/.config/sway/workspaces.json##hostname.normandy +++ b/.config/sway/workspaces.json##hostname.normandy @@ -1,128 +1,131 @@ { - "personal": { - "left": [ - { - "index": 10, - "name": "config", - "exec": "pavucontrol", - "program_name": "pavucontrol" - }, - { - "index": 9, - "name": "email", - "exec": "alacritty", - "program_name": "console" - }, - { - "index": 8, - "name": "discord", - "exec": "discord", - "program_name": "discord" - }, - { - "index": 7, - "name": "music", - "exec": "feishin", - "program_name": "feishin" - }, - { - "index": 6, - "name": "documents", - "exec": "alacritty", - "program_name": "console" - }, - { - "index": 5, - "name": "VM management", - "exec": "virt-manager", - "program_name": "virt-manager" - }, - { - "index": 4, - "name": "project", - "exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window", - "program_name": "firefox" - }, - { - "index": 3, - "name": "internet", - "exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window", - "program_name": "firefox" - }, - { - "index": 2, - "name": "code", - "exec": "alacritty", - "program_name": "console" - }, - { - "index": 1, - "name": "terminal", - "exec": "alacritty", - "program_name": "console" - } - ], - "right": [ - { - "index": 11, - "name": "terminal", - "exec": "alacritty", - "program_name": "console" - }, - { - "index": 12, - "name": "code", - "exec": "alacritty", - "program_name": "console" - }, - { - "index": 13, - "name": "internet", - "exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window", - "program_name": "firefox" - }, - { - "index": 14, - "name": "steam", - "exec": "steam", - "program_name": "steam" - }, - { - "index": 15, - "name": "minecraft", - "exec": "prismlauncher", - "program_name": "prismlauncher" - }, - { - "index": 16, - "name": "images", - "exec": "gimp", - "program_name": "gimp" - }, - { - "index": 17, - "name": "video", - "exec": "jellyfinmediaplayer", - "program_name": "jellyfinmediaplayer" - }, - { - "index": 18, - "name": "slack", - "exec": "slack", - "program_name": "slack" - }, - { - "index": 19, - "name": "zoom", - "exec": "zoom", - "program_name": "zoom" - }, - { - "index": 20, - "name": "config", - "exec": "pavucontrol", - "program_name": "pavucontrol" - } - ] + "default_context": "personal", + "contexts": { + "personal": { + "left": [ + { + "index": 10, + "name": "config", + "exec": "pavucontrol", + "program_name": "pavucontrol" + }, + { + "index": 9, + "name": "email", + "exec": "alacritty", + "program_name": "console" + }, + { + "index": 8, + "name": "discord", + "exec": "discord", + "program_name": "discord" + }, + { + "index": 7, + "name": "music", + "exec": "feishin", + "program_name": "feishin" + }, + { + "index": 6, + "name": "documents", + "exec": "alacritty", + "program_name": "console" + }, + { + "index": 5, + "name": "VM management", + "exec": "virt-manager", + "program_name": "virt-manager" + }, + { + "index": 4, + "name": "project", + "exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window", + "program_name": "firefox" + }, + { + "index": 3, + "name": "internet", + "exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window", + "program_name": "firefox" + }, + { + "index": 2, + "name": "code", + "exec": "alacritty", + "program_name": "console" + }, + { + "index": 1, + "name": "terminal", + "exec": "alacritty", + "program_name": "console" + } + ], + "right": [ + { + "index": 11, + "name": "terminal", + "exec": "alacritty", + "program_name": "console" + }, + { + "index": 12, + "name": "code", + "exec": "alacritty", + "program_name": "console" + }, + { + "index": 13, + "name": "internet", + "exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window", + "program_name": "firefox" + }, + { + "index": 14, + "name": "steam", + "exec": "steam", + "program_name": "steam" + }, + { + "index": 15, + "name": "minecraft", + "exec": "prismlauncher", + "program_name": "prismlauncher" + }, + { + "index": 16, + "name": "images", + "exec": "gimp", + "program_name": "gimp" + }, + { + "index": 17, + "name": "video", + "exec": "jellyfinmediaplayer", + "program_name": "jellyfinmediaplayer" + }, + { + "index": 18, + "name": "slack", + "exec": "slack", + "program_name": "slack" + }, + { + "index": 19, + "name": "zoom", + "exec": "zoom", + "program_name": "zoom" + }, + { + "index": 20, + "name": "config", + "exec": "pavucontrol", + "program_name": "pavucontrol" + } + ] + } } } diff --git a/.config/sway/workspaces.json##hostname.rocinante b/.config/sway/workspaces.json##hostname.rocinante index 78acfb7..5719b3c 100644 --- a/.config/sway/workspaces.json##hostname.rocinante +++ b/.config/sway/workspaces.json##hostname.rocinante @@ -1,74 +1,77 @@ { - "personal": { - "builtin": [ - { - "index": 1, - "name": "terminal", - "exec": "console", - "program_name": "console" - }, - { - "index": 2, - "name": "code", - "exec": "console", - "program_name": "console" - }, - { - "index": 3, - "name": "internet", - "exec": "firefox", - "args": ["--new-window"], - "environ": { - "MOZ_ENABLE_WAYLAND": "0" - }, - "program_name": "firefox" - }, - { - "index": 4, - "name": "project", - "exec": "firefox", - "args": ["--new-window"], - "environ": { - "MOZ_ENABLE_WAYLAND": "0" - }, - "program_name": "firefox" - }, - { - "index": 5, - "name": "servers", - "exec": "virt-manager", - "program_name": "virt-manager" - }, - { - "index": 6, - "name": "steam", - "exec": "steam", - "program_name": "steam" - }, - { - "index": 7, - "name": "media", - "exec": "jellyfinmediaplayer", - "program_name": "jellyfinmediaplayer" - }, - { - "index": 8, - "name": "real-time comms", - "exec": "discord", - "program_name": "discord" - }, - { - "index": 9, - "name": "messages", - "exec": "thunderbird", - "program_name": "thunderbird" - }, - { - "index": 10, - "name": "config", - "exec": "pavucontrol", - "program_name": "pavucontrol" - } - ] + "default_context": "personal", + "contexts": { + "personal": { + "builtin": [ + { + "index": 1, + "name": "terminal", + "exec": "console", + "program_name": "console" + }, + { + "index": 2, + "name": "code", + "exec": "console", + "program_name": "console" + }, + { + "index": 3, + "name": "internet", + "exec": "firefox", + "args": ["--new-window"], + "environ": { + "MOZ_ENABLE_WAYLAND": "0" + }, + "program_name": "firefox" + }, + { + "index": 4, + "name": "project", + "exec": "firefox", + "args": ["--new-window"], + "environ": { + "MOZ_ENABLE_WAYLAND": "0" + }, + "program_name": "firefox" + }, + { + "index": 5, + "name": "servers", + "exec": "virt-manager", + "program_name": "virt-manager" + }, + { + "index": 6, + "name": "steam", + "exec": "steam", + "program_name": "steam" + }, + { + "index": 7, + "name": "media", + "exec": "jellyfinmediaplayer", + "program_name": "jellyfinmediaplayer" + }, + { + "index": 8, + "name": "real-time comms", + "exec": "discord", + "program_name": "discord" + }, + { + "index": 9, + "name": "messages", + "exec": "thunderbird", + "program_name": "thunderbird" + }, + { + "index": 10, + "name": "config", + "exec": "pavucontrol", + "program_name": "pavucontrol" + } + ] + } } } diff --git a/.config/sway/workspaces.json##hostname.tycho b/.config/sway/workspaces.json##hostname.tycho index 0d2e604..eb2f660 100644 --- a/.config/sway/workspaces.json##hostname.tycho +++ b/.config/sway/workspaces.json##hostname.tycho @@ -1,144 +1,153 @@ { - "work": { - "left": [ - { - "index": 10, - "name": "config", - "exec": "pavucontrol", - "program_name": "pavucontrol" - }, - { - "index": 9, - "name": "messages", - "exec": "alacritty", - "program_name": "console" - }, - { - "index": 8, - "name": "slack", - "exec": "slack", - "args": ["-a"], - "program_name": "slack", - "memory_profile": { - "high": "800M", - "max": "1.2G" + "default_context": "work", + "display_ordering": ["left", "center", "right"], + "display_layout": { + "left": "DP-1", + "right": "DP-3", + "center": "DP-2" + }, + "contexts": { + "work": { + "left": [ + { + "index": 5, + "name": "discord", + "exec": "discord", + "program_name": "discord" + }, + { + "index": 4, + "name": "documentation", + "exec": "firefox-beta", + "args": ["--new-window"], + "program_name": "firefox" + }, + { + "index": 3, + "name": "project", + "exec": "firefox-beta", + "args": ["--new-window"], + "environ": {}, + "program_name": "firefox" + }, + { + "index": 2, + "name": "code", + "exec": "emacsclient", + "args": ["-nc"], + "program_name": "emacsclient" + }, + { + "index": 1, + "name": "console", + "exec": "console", + "program_name": "console" } - }, - { - "index": 7, - "name": "music", - "exec": "spotify", - "program_name": "spotify" - }, - { - "index": 6, - "name": "documents", - "exec": "console", - "program_name": "console" - }, - { - "index": 5, - "name": "images", - "exec": "console", - "program_name": "console" - }, - { - "index": 4, - "name": "project", - "exec": "firefox-beta", - "args": ["--new-window"], - "environ": {}, - "program_name": "firefox" - }, - { - "index": 3, - "name": "internet", - "exec": "firefox-beta", - "args": ["--new-window"], - "environ": {}, - "program_name": "firefox" - }, - { - "index": 2, - "name": "code", - "exec": "emacsclient", - "args": ["-nc"], - "program_name": "emacsclient" - }, - { - "index": 1, - "name": "console", - "exec": "console", - "program_name": "console" - } - ], - "right": [ - { - "index": 11, - "name": "console", - "exec": "console", - "program_name": "console" - }, - { - "index": 12, - "name": "code", - "exec": "emacsclient", - "args": ["-nc"], - "program_name": "emacsclient" - }, - { - "index": 13, - "name": "internet", - "exec": "firefox-beta", - "args": ["--new-window"], - "environ": {}, - "program_name": "firefox" - }, - { - "index": 14, - "name": "project", - "exec": "firefox-beta", - "args": ["--new-window"], - "environ": {}, - "program_name": "firefox" - }, - { - "index": 15, - "name": "server management", - "exec": "virt-manager", - "program_name": "virt-manager", - "systemd": false - }, - { - "index": 16, - "name": "password management", - "exec": "bitwarden-desktop", - "program_name": "bitwarden" - }, - { - "index": 17, - "name": "video", - "exec": "jellyfinmediaplayer", - "program_name": "jellyfinmediaplayer" - }, - { - "index": 18, - "name": "discord", - "exec": "discord", - "program_name": "discord" - }, - { - "index": 19, - "name": "matrix", - "exec": "element-desktop", - "program_name": "element" - }, - { - "index": 20, - "name": "vpn control", - "exec": "gpclient", - "program_name": "gpclient" - } - ] + ], + "center": [ + { + "index": 6, + "name": "console", + "exec": "console", + "program_name": "console" + }, + { + "index": 7, + "name": "code", + "exec": "emacsclient", + "args": ["-nc"], + "program_name": "emacsclient" + }, + { + "index": 8, + "name": "internet", + "exec": "firefox-beta", + "args": ["--new-window"], + "program_name": "firefox" + }, + { + "index": 9, + "name": "project", + "exec": "firefox-beta", + "args": ["--new-window"], + "program_name": "firefox" + }, + { + "index": 10, + "name": "server management", + "exec": "virt-manager", + "program_name": "virt-manager", + "systemd": false + }, + { + "index": 11, + "name": "password management", + "exec": "bitwarden-desktop", + "program_name": "bitwarden" + }, + { + "index": 12, + "name": "video", + "exec": "jellyfinmediaplayer", + "program_name": "jellyfinmediaplayer" + }, + { + "index": 13, + "name": "tbd", + "exec": "console", + "program_name": "console" + }, + { + "index": 14, + "name": "mail", + "exec": "thunderbird", + "program_name": "thunderbird" + }, + { + "index": 15, + "name": "config", + "exec": "console", + "program_name": "console" + } + ], + "right": [ + { + "index": 16, + "name": "console", + "exec": "console", + "program_name": "console" + }, + { + "index": 17, + "name": "code", + "exec": "emacsclient", + "args": ["-nc"], + "program_name": "emacsclient" + }, + { + "index": 18, + "name": "project", + "exec": "firefox-beta", + "args": ["--new-window"], + "program_name": "firefox" + }, + { + "index": 19, + "name": "music", + "exec": "spotify", + "program_name": "spotify" + }, + { + "index": 20, + "name": "slack", + "exec": "slack", + "program_name": "slack", + "memory_profile": { + "high": "800M", + "max": "1.2G" + } + } + ] + } } }