From af43f329d9e61842b922c18711f6e56237044958 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 8 Jan 2024 23:03:54 +0100 Subject: [PATCH] This is the default since Firefox 121. --- .profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/.profile b/.profile index 9d509e8..8729c7e 100644 --- a/.profile +++ b/.profile @@ -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"