diff --git a/scripts/Common/Config/Firefox/firefox.sh b/scripts/Common/Config/Firefox/firefox.sh index 7c5d43db..dd78ae09 100755 --- a/scripts/Common/Config/Firefox/firefox.sh +++ b/scripts/Common/Config/Firefox/firefox.sh @@ -1,4 +1,4 @@ -if [ "$XDG_SESSION_TYPE" == "wayland" ]; then +if [ "$XDG_SESSION_TYPE" == "wayland" ] && false; then export MOZ_ENABLE_WAYLAND=1 else export MOZ_USE_XINPUT2=1