Updated workspace definition files for tie-fighter support
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"default_context": "personal",
|
||||||
|
"contexts": {
|
||||||
"personal": {
|
"personal": {
|
||||||
"left": [
|
"left": [
|
||||||
{
|
{
|
||||||
@@ -126,3 +128,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
|
"default_context": "personal",
|
||||||
|
"contexts": {
|
||||||
"personal": {
|
"personal": {
|
||||||
"builtin": [
|
"builtin": [
|
||||||
{
|
{
|
||||||
@@ -72,3 +74,4 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -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": {
|
"work": {
|
||||||
"left": [
|
"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,
|
"index": 5,
|
||||||
"name": "images",
|
"name": "discord",
|
||||||
"exec": "console",
|
"exec": "discord",
|
||||||
"program_name": "console"
|
"program_name": "discord"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"index": 4,
|
"index": 4,
|
||||||
"name": "project",
|
"name": "documentation",
|
||||||
"exec": "firefox-beta",
|
"exec": "firefox-beta",
|
||||||
"args": ["--new-window"],
|
"args": ["--new-window"],
|
||||||
"environ": {},
|
|
||||||
"program_name": "firefox"
|
"program_name": "firefox"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"index": 3,
|
"index": 3,
|
||||||
"name": "internet",
|
"name": "project",
|
||||||
"exec": "firefox-beta",
|
"exec": "firefox-beta",
|
||||||
"args": ["--new-window"],
|
"args": ["--new-window"],
|
||||||
"environ": {},
|
"environ": {},
|
||||||
@@ -72,73 +44,110 @@
|
|||||||
"program_name": "console"
|
"program_name": "console"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"right": [
|
"center": [
|
||||||
{
|
{
|
||||||
"index": 11,
|
"index": 6,
|
||||||
"name": "console",
|
"name": "console",
|
||||||
"exec": "console",
|
"exec": "console",
|
||||||
"program_name": "console"
|
"program_name": "console"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"index": 12,
|
"index": 7,
|
||||||
"name": "code",
|
"name": "code",
|
||||||
"exec": "emacsclient",
|
"exec": "emacsclient",
|
||||||
"args": ["-nc"],
|
"args": ["-nc"],
|
||||||
"program_name": "emacsclient"
|
"program_name": "emacsclient"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"index": 13,
|
"index": 8,
|
||||||
"name": "internet",
|
"name": "internet",
|
||||||
"exec": "firefox-beta",
|
"exec": "firefox-beta",
|
||||||
"args": ["--new-window"],
|
"args": ["--new-window"],
|
||||||
"environ": {},
|
|
||||||
"program_name": "firefox"
|
"program_name": "firefox"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"index": 14,
|
"index": 9,
|
||||||
"name": "project",
|
"name": "project",
|
||||||
"exec": "firefox-beta",
|
"exec": "firefox-beta",
|
||||||
"args": ["--new-window"],
|
"args": ["--new-window"],
|
||||||
"environ": {},
|
|
||||||
"program_name": "firefox"
|
"program_name": "firefox"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"index": 15,
|
"index": 10,
|
||||||
"name": "server management",
|
"name": "server management",
|
||||||
"exec": "virt-manager",
|
"exec": "virt-manager",
|
||||||
"program_name": "virt-manager",
|
"program_name": "virt-manager",
|
||||||
"systemd": false
|
"systemd": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"index": 16,
|
"index": 11,
|
||||||
"name": "password management",
|
"name": "password management",
|
||||||
"exec": "bitwarden-desktop",
|
"exec": "bitwarden-desktop",
|
||||||
"program_name": "bitwarden"
|
"program_name": "bitwarden"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"index": 17,
|
"index": 12,
|
||||||
"name": "video",
|
"name": "video",
|
||||||
"exec": "jellyfinmediaplayer",
|
"exec": "jellyfinmediaplayer",
|
||||||
"program_name": "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,
|
"index": 18,
|
||||||
"name": "discord",
|
"name": "project",
|
||||||
"exec": "discord",
|
"exec": "firefox-beta",
|
||||||
"program_name": "discord"
|
"args": ["--new-window"],
|
||||||
|
"program_name": "firefox"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"index": 19,
|
"index": 19,
|
||||||
"name": "matrix",
|
"name": "music",
|
||||||
"exec": "element-desktop",
|
"exec": "spotify",
|
||||||
"program_name": "element"
|
"program_name": "spotify"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"index": 20,
|
"index": 20,
|
||||||
"name": "vpn control",
|
"name": "slack",
|
||||||
"exec": "gpclient",
|
"exec": "slack",
|
||||||
"program_name": "gpclient"
|
"program_name": "slack",
|
||||||
|
"memory_profile": {
|
||||||
|
"high": "800M",
|
||||||
|
"max": "1.2G"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user