diff options
-rw-r--r-- | config/zshrc/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/zshrc/.zshrc b/config/zshrc/.zshrc index c917169..30f6b46 100644 --- a/config/zshrc/.zshrc +++ b/config/zshrc/.zshrc @@ -15,6 +15,8 @@ export GNUPGHOME="$HOME/.config/gnupg" export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0" export QT_QPA_PLATFORMTHEME="qt5ct" +export _JAVA_AWT_WM_NONREPARENTING=1 + export PASSWORD_STORE_CLIP_TIME=5 if [ ! $(pgrep Xorg) ] && [ "tty1" = "$(basename $(tty))" ] |