]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/zsh/files/zshenv
Buncha changes
[max/saltfiles.git] / states / zsh / files / zshenv
index 8e1518c3283bc54d7c9e5f23e91731184b41fba4..ab80266ddf37230d515272815fffc45ae8ec05e1 100644 (file)
@@ -3,6 +3,7 @@ path=(~/.local/bin ~/.cargo/bin $path[@])
 
 if [[ $XDG_SESSION_TYPE == "wayland" ]]; then
     export QT_QPA_PLATFORM=wayland-egl
+    export MOZ_ENABLE_WAYLAND=1
 fi
 
 # make less more friendly for non-text input files, see lesspipe(1)