X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fzsh%2Ffiles%2Fzshenv;h=dd69c652b2be0bc1e5ce8f9782411ed16fc51932;hb=cc380a1eeb2fd611cfb96574b44dd00e2e168b92;hp=db2ad9f0c3b786664c474a72ccac8293bdc7da29;hpb=b4e7c358bf136d0eb41296fee87f6f23a2a1999b;p=max%2Fsaltfiles.git diff --git a/states/zsh/files/zshenv b/states/zsh/files/zshenv index db2ad9f..dd69c65 100644 --- a/states/zsh/files/zshenv +++ b/states/zsh/files/zshenv @@ -1,7 +1,9 @@ typeset -U path path=(~/.local/bin ~/.cargo/bin $path[@]) -export QT_QPA_PLATFORM=wayland-egl +if [[ $XDG_SESSION_TYPE == "wayland" ]]; then + export QT_QPA_PLATFORM=wayland-egl +fi # make less more friendly for non-text input files, see lesspipe(1) if [ -x /usr/bin/lesspipe ]; then @@ -23,3 +25,7 @@ export GIT_PS1_DESCRIBE_STYLE="branch" export GIT_PS1_SHOWCOLORHINTS="color" eval $(dircolors ~/.dir_colors) + +export GPG_TTY=$(tty) + +export _JAVA_AWT_WM_NONREPARENTING=1