Fix IntelliJ not working under dwm

This commit is contained in:
Oshgnacknak 2021-10-02 13:34:57 +02:00
parent 413ab19136
commit 054e978233
Signed by: Oshgnacknak
GPG key ID: 8CB7375654585956
2 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@
export BROWSER="qutebrowser" export BROWSER="qutebrowser"
export GOPATH="$HOME/Programming/go" export GOPATH="$HOME/Programming/go"
export PATH="$HOME/.local/bin:$GOPATH/bin:$PATH" export PATH="$HOME/.local/bin:$GOPATH/bin:$PATH"
export _JAVA_AWT_WM_NONREPARENTING=1
export QT_AUTO_SCREEN_SCALE_FACTOR=0 export QT_AUTO_SCREEN_SCALE_FACTOR=0
export EDITOR="nvim" export EDITOR="nvim"
export SYSTEMD_EDITOR="$EDITOR" export SYSTEMD_EDITOR="$EDITOR"

1
_zshrc
View file

@ -47,4 +47,3 @@ eval $(thefuck --alias)
export PS1=" 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 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)%}" $ %{$(tput sgr0)%}"