[gnome] move Firefox env var from enviroment to profile

This commit is contained in:
Mark Wagie 2022-06-26 10:11:35 -06:00
parent 90663f0959
commit ec3b686597
2 changed files with 5 additions and 4 deletions

View file

@ -16,7 +16,3 @@ QT_AUTO_SCREEN_SCALE_FACTOR=1
#QT_STYLE_OVERRIDE=
EDITOR=/usr/bin/nano
if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then
MOZ_ENABLE_WAYLAND=1
fi

View file

@ -67,6 +67,11 @@ addgroups="lp,network,power,wheel,users,storage,input,audio"
# empty value will not be used
user_shell="/bin/zsh"
# enable Wayland support for Firefox if Wayland session is detected
if [[ "$XDG_SESSION_TYPE" == "wayland" ]]; then
MOZ_ENABLE_WAYLAND=1
fi
################# live-session #################
# unset defaults to given value