diff --git a/.zshrc b/.zshrc index 4ce147b..2f38b86 100644 --- a/.zshrc +++ b/.zshrc @@ -94,6 +94,9 @@ export FZF_DEFAULT_COMMAND='fd --type f' # RIPGREP export RIPGREP_CONFIG_PATH="${HOME}/.ripgrep" +# Java Wayland fix +export _JAVA_AWT_WM_NONREPARENTING=1 + # tabtab source for packages # uninstall by removing these lines [[ -f ~/.config/tabtab/zsh/__tabtab.zsh ]] && . ~/.config/tabtab/zsh/__tabtab.zsh || true