From f6a84055165731f366c36e94aec840268bdbaa2d Mon Sep 17 00:00:00 2001 From: Andrew Pirie Date: Tue, 4 Feb 2025 13:54:18 +0000 Subject: zsh: remove MOZ_* environment variables these preferences are already defined by Gentoo when the `hwaccel` USE flag is enabled, and `X` is disabled on my systems anyway so Wayland is naturally favoured. --- zsh/.zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 1ae1053..507574a 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -4,8 +4,6 @@ if [ "$(tty)" = "/dev/tty1" ]; then export XDG_CURRENT_DESKTOP=sway export SDL_VIDEODRIVER=wayland export SDL_AUDIODRIVER=pipewire - export MOZ_ENABLE_WAYLAND=1 - export MOZ_WEBRENDER=1 export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORMTHEME=gtk2 export CLUTTER_BACKEND=wayland -- cgit v1.2.3