bspwm: add _JAVA_AWT_WM_NONREPARENTING=1

bspwm is not in java's internal list of non-reparrenting
window managers. See https://awesomewm.org/wiki/Problems_with_Java
This commit is contained in:
Mitchell Pleune 2016-05-03 17:39:18 -04:00
parent 78b6e8c319
commit 571e9b5f1f

View File

@ -38,6 +38,7 @@ in
start = if cfg.startThroughSession
then cfg.sessionScript
else ''
export _JAVA_AWT_WM_NONREPARENTING=1
SXHKD_SHELL=/bin/sh ${pkgs.sxhkd}/bin/sxhkd -f 100 &
${pkgs.bspwm}/bin/bspwm
'';