From 2dd31b0a3ab53c3e15f4ef4969992622a049746e Mon Sep 17 00:00:00 2001 From: Johan Malm Date: Thu, 12 Dec 2024 19:56:20 +0000 Subject: [PATCH] docs/environment: remove example MOZ_ENABLE_WAYLAND=1 ...because it has not been relevant since before firefox v121 and even firefox-esr on Debian bullseye is now at v128. Suggested-by: cry0xen --- docs/environment | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/environment b/docs/environment index 7a95f022..f9c59b17 100644 --- a/docs/environment +++ b/docs/environment @@ -22,14 +22,6 @@ # XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle # XKB_DEFAULT_OPTIONS=grp:shift_caps_toggle -## -## Force Mozilla software like Firefox and Thunderbird to use wayland backend. -## Firefox (>= v121) enables Wayland by default, but this note is included here -## for those on non-rolling distributions. -## - -# MOZ_ENABLE_WAYLAND=1 - ## ## Set cursor theme and size. Find system icons themes with: ## `find /usr/share/icons/ -type d -name "cursors"`