From ebcbcda03e0abe592d803fd53a2b8a43e4403c7e Mon Sep 17 00:00:00 2001 From: Oshgnacknak Date: Sat, 2 Oct 2021 13:34:57 +0200 Subject: [PATCH] Fix IntelliJ not working under dwm --- _bash_profile | 1 + _zshrc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/_bash_profile b/_bash_profile index 6965d6a..a94bff0 100755 --- a/_bash_profile +++ b/_bash_profile @@ -3,6 +3,7 @@ export BROWSER="qutebrowser" export GOPATH="$HOME/Programming/go" export PATH="$HOME/.local/bin:$GOPATH/bin:$PATH" +export _JAVA_AWT_WM_NONREPARENTING=1 export QT_AUTO_SCREEN_SCALE_FACTOR=0 export EDITOR="nvim" export SYSTEMD_EDITOR="$EDITOR" diff --git a/_zshrc b/_zshrc index 98709bb..9ca6e79 100755 --- a/_zshrc +++ b/_zshrc @@ -47,4 +47,3 @@ eval $(thefuck --alias) export PS1=" %{$(tput bold)%}%{$(tput setaf 1)%}[%{$(tput setaf 3)%}%n%{$(tput setaf 2)%}@%{$(tput setaf 4)%}%M %{$(tput setaf 5)%}%~%{$(tput setaf 1)%}]%{$(tput setaf 7)%} $ %{$(tput sgr0)%}" -