Make java applications behave with bspwm

This commit is contained in:
David Holland 2020-08-26 23:08:35 +02:00
parent 3641c8c58a
commit 2e512f7cd3
Signed by: DustVoice
GPG Key ID: 47068995A14EDCA9
1 changed files with 2 additions and 0 deletions

View File

@ -32,5 +32,7 @@ setxkbmap "us,us" ",intl" "grp:shifts_toggle"
xset m 0 0
xsetroot -cursor_name left_ptr
export _JAVA_AWT_WM_NONPARENTING=1
mkdir -p $HOME/.local/share/bspwm
exec bspwm >$HOME/.local/share/bspwm/output.log 2>$HOME/.local/share/bspwm/error.log