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" }, {