diff --git a/.config/sway/workspaces.json##hostname.rocinante b/.config/sway/workspaces.json##hostname.rocinante index 532ad55..26f91b5 100644 --- a/.config/sway/workspaces.json##hostname.rocinante +++ b/.config/sway/workspaces.json##hostname.rocinante @@ -18,7 +18,7 @@ "name": "internet", "exec": "firefox --new-window", "environ": { - "MOZ_ENABLE_WAYLAND": "1" + "MOZ_ENABLE_WAYLAND": "0" }, "program_name": "firefox" }, @@ -27,7 +27,7 @@ "name": "project", "exec": "firefox --new-window", "environ": { - "MOZ_ENABLE_WAYLAND": "1" + "MOZ_ENABLE_WAYLAND": "0" }, "program_name": "firefox" }, diff --git a/.local/bin/default-application-launcher b/.local/bin/default-application-launcher index cf68878..ab5a5f8 100755 --- a/.local/bin/default-application-launcher +++ b/.local/bin/default-application-launcher @@ -40,6 +40,7 @@ echo "Launching application $program" if [[ $environ != "" ]]; then for env in $environ; do + echo "setting environment $env" export $env done fi