workspace definitions updated for new launcher script
This commit is contained in:
parent
c8223147f5
commit
b8d92c9d3c
@ -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"
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user