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