Fixed roci workspace definitions

This commit is contained in:
Ezri 2024-03-13 15:03:18 -06:00
parent 87b2cfd993
commit d631037418
Signed by: ezri
GPG Key ID: D4EE46AFBD899DB5

View File

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