From 661b3b44d97d05242770fce85377fd87c7e3cf64 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 5 Sep 2025 21:15:50 +0300 Subject: [PATCH] dot_zshrc.tmpl: remove MOZ_ENABLE_WAYLAND As of Firefox 121 and Thunderbird 128 Wayland is the default so we do not need these anymore. --- dot_zshrc.tmpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 9f68e33..b2e88c9 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -29,10 +29,6 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then [[ ! $PATH == *.local/bin* ]] && PATH=~/.local/bin:$PATH {{ if or (eq .chezmoi.hostname "knafeh") (eq .chezmoi.hostname "balozi") }} - # Export these variables in our TTY so that Sway can read them when it - # starts. It's not pretty, but it's all we can do since support for - # ~/.pam_environment was removed from pambase in Arch Linux recently. - export MOZ_ENABLE_WAYLAND=1 # 2021-06-22: fix "Firefox is already running" message # See: https://mastransky.wordpress.com/2020/03/16/wayland-x11-how-to-run-firefox-in-mixed-environment/ export MOZ_DBUS_REMOTE=1