diff --git a/home/dot_zshenv b/home/dot_zshenv index db46860..70f0818 100644 --- a/home/dot_zshenv +++ b/home/dot_zshenv @@ -1,10 +1,8 @@ typeset -U path path=(~/.local/bin ~/.cargo/bin $path[@]) -if [[ $XDG_SESSION_TYPE == "wayland" ]]; then - export QT_QPA_PLATFORM=wayland-egl - export MOZ_ENABLE_WAYLAND=1 -fi +export QT_QPA_PLATFORM=wayland +export MOZ_ENABLE_WAYLAND=1 # make less more friendly for non-text input files, see lesspipe(1) if [ -x /usr/bin/lesspipe ]; then