diff options
| author | Andrew Pirie <andrew@apirie.uk> | 2025-02-04 13:54:18 +0000 |
|---|---|---|
| committer | Andrew Pirie <andrew@apirie.uk> | 2025-02-04 13:54:18 +0000 |
| commit | f6a84055165731f366c36e94aec840268bdbaa2d (patch) | |
| tree | eeef3a3a93e8bb3a0abfd4a19cddd5977eae7aa5 | |
| parent | b390bc630ecd38553eeafbdf824a61086644d537 (diff) | |
| download | dotfiles-f6a84055165731f366c36e94aec840268bdbaa2d.tar.gz dotfiles-f6a84055165731f366c36e94aec840268bdbaa2d.zip | |
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/.zshrc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
