Start Firefox in Wayland mode

This commit is contained in:
Anthony Rose 2023-05-02 11:31:21 +01:00
parent b947c67495
commit 75b28ba48f

View file

@ -187,6 +187,11 @@ export PS1="${PS1:-\$ }" # Fallback prompt.
export HISTFILE=""
export TIME_STYLE=long-iso # Used by GNU 'ls'.
if [ "$XDG_SESSION_TYPE" = "wayland" ]
then
export MOZ_ENABLE_WAYLAND=1
fi
if [ "$(uname -s)" = Darwin ]
then
# MacOS warns about switching from bash to zsh. Silence this.