_JAVA_AWT_WM_NONREPARENTING for java apps ffs

This commit is contained in:
tosu 2023-08-26 19:42:34 +02:00
parent f825aaed52
commit 4cb43b599b
Signed by: tosu
GPG Key ID: C00746F2E0F36492
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}"/ssh-agent.socket
export GIT_CONFIG_GLOBAL="${HOME}"/.gitconfig
# shellcheck disable=SC2155
export GPG_TTY="$(tty)"
export _JAVA_AWT_WM_NONREPARENTING='1'
export USER42='tischmid'
export EMAIL42='timo42@proton.me'