dotfiles/.config/sway/workspaces.json##hostname.tycho

154 lines
3.5 KiB
Plaintext

{
"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"
}
],
"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"
}
}
]
}
}
}