X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fzsh%2Ffiles%2Fzshenv;h=ab80266ddf37230d515272815fffc45ae8ec05e1;hb=023600839acf7dbdc53f019219f3bd3d059224dc;hp=8e1518c3283bc54d7c9e5f23e91731184b41fba4;hpb=eef0778d94d015dd79602c7f39e8e7401bfe6a52;p=max%2Fsaltfiles.git diff --git a/states/zsh/files/zshenv b/states/zsh/files/zshenv index 8e1518c..ab80266 100644 --- a/states/zsh/files/zshenv +++ b/states/zsh/files/zshenv @@ -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)