Disable firefox wayland

This commit is contained in:
Manuel Thalmann 2023-04-08 11:10:29 +02:00
parent ed3f25ef01
commit 28b4638eb3

View file

@ -1,4 +1,4 @@
if [ "$XDG_SESSION_TYPE" == "wayland" ]; then if [ "$XDG_SESSION_TYPE" == "wayland" ] && false; then
export MOZ_ENABLE_WAYLAND=1 export MOZ_ENABLE_WAYLAND=1
else else
export MOZ_USE_XINPUT2=1 export MOZ_USE_XINPUT2=1