Fixed roci workspace definitions

This commit is contained in:
2024-03-13 15:03:18 -06:00
parent 87b2cfd993
commit d631037418

View File

@@ -4,52 +4,62 @@
{ {
"index": 1, "index": 1,
"name": "terminal", "name": "terminal",
"exec": "alacritty" "exec": "alacritty",
"program_name": "console"
}, },
{ {
"index": 2, "index": 2,
"name": "code", "name": "code",
"exec": "alacritty" "exec": "alacritty",
"program_name": "console"
}, },
{ {
"index": 3, "index": 3,
"name": "internet", "name": "internet",
"exec": "firefox --new-window" "exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window",
"program_name": "firefox"
}, },
{ {
"index": 4, "index": 4,
"name": "project", "name": "project",
"exec": "firefox --new-window" "exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window",
"program_name": "firefox"
}, },
{ {
"index": 5, "index": 5,
"name": "servers", "name": "servers",
"exec": "virt-manager" "exec": "virt-manager",
"program_name": "virt-manager"
}, },
{ {
"index": 6, "index": 6,
"name": "steam", "name": "steam",
"exec": "steam" "exec": "steam",
"program_name": "steam"
}, },
{ {
"index": 7, "index": 7,
"name": "media", "name": "media",
"exec": "jellyfinmediaplayer" "exec": "jellyfinmediaplayer",
"program_name": "jellyfinmediaplayer"
}, },
{ {
"index": 8, "index": 8,
"name": "real-time comms", "name": "real-time comms",
"exec": "discord" "exec": "discord",
"program_name": "discord"
}, },
{ {
"index": 9, "index": 9,
"name": "messages", "name": "messages",
"exec": "thunderbird" "exec": "thunderbird",
"program_name": "thunderbird"
}, },
{ {
"index": 10, "index": 10,
"name": "config", "name": "config",
"exec": "pavucontrol" "exec": "pavucontrol",
"program_name": "pavucontrol"
} }
] ]
} }