Refactor firefox settings

This commit is contained in:
Manuel Thalmann 2023-05-05 16:41:51 +02:00
parent f85e02253b
commit 5e0d595715

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