From 16d42a7dedb9f97816ca2e82ce2aaf7ac4939ef8 Mon Sep 17 00:00:00 2001 From: oifj34f34f <128177553+oifj34f34f@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:31:45 +0300 Subject: [PATCH] docs/environment: remove MOZ_ENABLE_WAYLAND variable Starting with version 121, Firefox enables Wayland by default: https://bugzilla.mozilla.org/show_bug.cgi?id=1752398. --- docs/environment | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/environment b/docs/environment index 3973dde2..53b8b858 100644 --- a/docs/environment +++ b/docs/environment @@ -22,12 +22,6 @@ # XKB_DEFAULT_OPTIONS=grp:alt_shift_toggle # XKB_DEFAULT_OPTIONS=grp:shift_caps_toggle -## -## Force firefox to use wayland backend. -## - -# MOZ_ENABLE_WAYLAND=1 - ## ## Set cursor theme and size. Find system icons themes with: ## `find /usr/share/icons/ -type d -name "cursors"`