Updated workspace definition files for tie-fighter support

This commit is contained in:
Ezri Brimhall 2024-04-15 17:14:55 -06:00
parent d1bbc82397
commit 7c350c7dd1
Signed by: ezri
GPG Key ID: 058A78E5680C6F24
3 changed files with 351 additions and 336 deletions

View File

@ -1,4 +1,6 @@
{
"default_context": "personal",
"contexts": {
"personal": {
"left": [
{
@ -126,3 +128,4 @@
]
}
}
}

View File

@ -1,4 +1,6 @@
{
"default_context": "personal",
"contexts": {
"personal": {
"builtin": [
{
@ -72,3 +74,4 @@
]
}
}
}

View File

@ -1,58 +1,30 @@
{
"default_context": "work",
"display_ordering": ["left", "center", "right"],
"display_layout": {
"left": "DP-1",
"right": "DP-3",
"center": "DP-2"
},
"contexts": {
"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"
}
},
{
"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"
"name": "discord",
"exec": "discord",
"program_name": "discord"
},
{
"index": 4,
"name": "project",
"name": "documentation",
"exec": "firefox-beta",
"args": ["--new-window"],
"environ": {},
"program_name": "firefox"
},
{
"index": 3,
"name": "internet",
"name": "project",
"exec": "firefox-beta",
"args": ["--new-window"],
"environ": {},
@ -72,73 +44,110 @@
"program_name": "console"
}
],
"right": [
"center": [
{
"index": 11,
"index": 6,
"name": "console",
"exec": "console",
"program_name": "console"
},
{
"index": 12,
"index": 7,
"name": "code",
"exec": "emacsclient",
"args": ["-nc"],
"program_name": "emacsclient"
},
{
"index": 13,
"index": 8,
"name": "internet",
"exec": "firefox-beta",
"args": ["--new-window"],
"environ": {},
"program_name": "firefox"
},
{
"index": 14,
"index": 9,
"name": "project",
"exec": "firefox-beta",
"args": ["--new-window"],
"environ": {},
"program_name": "firefox"
},
{
"index": 15,
"index": 10,
"name": "server management",
"exec": "virt-manager",
"program_name": "virt-manager",
"systemd": false
},
{
"index": 16,
"index": 11,
"name": "password management",
"exec": "bitwarden-desktop",
"program_name": "bitwarden"
},
{
"index": 17,
"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": "discord",
"exec": "discord",
"program_name": "discord"
"name": "project",
"exec": "firefox-beta",
"args": ["--new-window"],
"program_name": "firefox"
},
{
"index": 19,
"name": "matrix",
"exec": "element-desktop",
"program_name": "element"
"name": "music",
"exec": "spotify",
"program_name": "spotify"
},
{
"index": 20,
"name": "vpn control",
"exec": "gpclient",
"program_name": "gpclient"
"name": "slack",
"exec": "slack",
"program_name": "slack",
"memory_profile": {
"high": "800M",
"max": "1.2G"
}
}
]
}
}
}