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