From 42df25d5cce58c636e45cad7b42c38cdb4532465 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Tue, 30 Jan 2024 21:51:18 +0100 Subject: [PATCH] Update '.bash_profile' --- .bash_profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.bash_profile b/.bash_profile index b9c697f..794eff8 100644 --- a/.bash_profile +++ b/.bash_profile @@ -3,7 +3,9 @@ [[ -f ~/.bashrc ]] && . ~/.bashrc export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket" +export _JAVA_AWT_WM_NONREPARENTING=1 -if [ -z "${DISPLAY}" ] && [ "${XDG_VTNR}" -eq 1 ]; then + +if [[ -z "${DISPLAY}" ]] && [[ "${XDG_VTNR}" -eq 1 ]]; then exec startx "$HOME/.config/X11/xinitrc" fi