workspace definitions updated for new launcher script

This commit is contained in:
2024-04-03 10:38:03 -06:00
parent c8223147f5
commit b8d92c9d3c

View File

@@ -44,13 +44,21 @@
{
"index": 4,
"name": "project",
"exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window",
"exec": "firefox",
"args": ["--new-window"],
"environ": {
"MOZ_ENABLE_WAYLAND": "0"
},
"program_name": "firefox"
},
{
"index": 3,
"name": "internet",
"exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window",
"exec": "firefox",
"args": ["--new-window"],
"environ": {
"MOZ_ENABLE_WAYLAND": "0"
},
"program_name": "firefox"
},
{
@@ -83,13 +91,21 @@
{
"index": 13,
"name": "internet",
"exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window",
"exec": "firefox",
"args": ["--new-window"],
"environ": {
"MOZ_ENABLE_WAYLAND": "0"
},
"program_name": "firefox"
},
{
"index": 14,
"name": "project",
"exec": "env MOZ_ENABLE_WAYLAND=0 firefox --new-window",
"exec": "firefox",
"args": ["--new-window"],
"environ": {
"MOZ_ENABLE_WAYLAND": "0"
},
"program_name": "firefox"
},
{