From: Maximilian Friedersdorff Date: Tue, 21 Jul 2020 09:44:23 +0000 (+0100) Subject: Set env variable to allow java guis to function on wayland X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=9362b3cd2aae995485a64d4421a76089f5ed72d6;p=max%2Fsaltfiles.git Set env variable to allow java guis to function on wayland --- diff --git a/states/zsh/files/zshenv b/states/zsh/files/zshenv index 5d60e58..eabcb4f 100644 --- a/states/zsh/files/zshenv +++ b/states/zsh/files/zshenv @@ -25,3 +25,5 @@ export GIT_PS1_SHOWCOLORHINTS="color" eval $(dircolors ~/.dir_colors) export GPG_TTY=$(tty) + +export _JAVA_AWT_WM_NONREPARENTING=1