bspwm: add _JAVA_AWT_WM_NONREPARENTING=1
bspwm is not in java's internal list of non-reparrentingwindow managers. See https://awesomewm.org/wiki/Problems_with_Java
Mitchell Pleune 9 years ago 571e9b5f 78b6e8c3
··· 38 38 start = if cfg.startThroughSession 39 39 then cfg.sessionScript 40 40 else '' 41 41 + export _JAVA_AWT_WM_NONREPARENTING=1 41 42 SXHKD_SHELL=/bin/sh ${pkgs.sxhkd}/bin/sxhkd -f 100 & 42 43 ${pkgs.bspwm}/bin/bspwm 43 44 '';