Fix firefox not starting in wayland mode

This commit is contained in:
Andrew Scott 2023-06-15 04:08:49 -04:00
parent c52c91ea7e
commit 4708e64813
Signed by: a
GPG key ID: 7CD5A5977E4931C1

View file

@ -21,9 +21,7 @@ export _JAVA_AWT_WM_NONREPARENTING=1
export GPG_TTY=$(tty) export GPG_TTY=$(tty)
# Mozilla + Wayland # Mozilla + Wayland
if [ "$XDG_SESSION_TYPE" = "wayland" ]; then export MOZ_ENABLE_WAYLAND=1
export MOZ_ENABLE_WAYLAND=1
fi
# xsecurelock settings # xsecurelock settings
export XSECURELOCK_AUTH=auth_x11 export XSECURELOCK_AUTH=auth_x11