From b8d92c9d3c8615b004a98bb1a1cc1557cb6f9706 Mon Sep 17 00:00:00 2001 From: Ezri Brimhall Date: Wed, 3 Apr 2024 10:38:03 -0600 Subject: [PATCH] workspace definitions updated for new launcher script --- .config/sway/workspaces.json##hostname.tycho | 24 ++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/.config/sway/workspaces.json##hostname.tycho b/.config/sway/workspaces.json##hostname.tycho index 8702856..2566d99 100644 --- a/.config/sway/workspaces.json##hostname.tycho +++ b/.config/sway/workspaces.json##hostname.tycho @@ -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" }, {