Refactor firefox settings

This commit is contained in:
Manuel Thalmann 2023-05-05 16:41:51 +02:00
parent b91506ee7b
commit 1233264f71

View file

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