This is the default since Firefox 121.

This commit is contained in:
Julien Palard 2024-01-08 23:03:54 +01:00
parent e4e64664ed
commit af43f329d9
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
export MOZ_ENABLE_WAYLAND=1 # See https://bugzilla.mozilla.org/show_bug.cgi?id=1789602
# set PATH so it includes ~/.local/bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$PATH:$HOME/.local/bin"