diff --git a/bash/usr-local-bin/firefox b/bash/usr-local-bin/firefox index 519a98a..361f2db 100755 --- a/bash/usr-local-bin/firefox +++ b/bash/usr-local-bin/firefox @@ -1,5 +1,6 @@ #!/usr/bin/env bash set -x +export MOZ_ENABLE_WAYLAND=1 flatpak run org.mozilla.firefox --ProfileManager $@ set +x