summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pirie <andrew@apirie.uk>2025-02-04 13:54:18 +0000
committerAndrew Pirie <andrew@apirie.uk>2025-02-04 13:54:18 +0000
commitf6a84055165731f366c36e94aec840268bdbaa2d (patch)
treeeeef3a3a93e8bb3a0abfd4a19cddd5977eae7aa5
parentb390bc630ecd38553eeafbdf824a61086644d537 (diff)
downloaddotfiles-f6a84055165731f366c36e94aec840268bdbaa2d.tar.gz
dotfiles-f6a84055165731f366c36e94aec840268bdbaa2d.zip
zsh: remove MOZ_* environment variablesHEADmaster
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.
-rw-r--r--zsh/.zshrc2
1 files changed, 0 insertions, 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