Merge pull request #15200 from Pleune/fix/bspwm-java-noreparenting
bspwm: add _JAVA_AWT_WM_NONREPARENTING=1
Joachim Fasting 9 years ago 0a61ab58 da767356
··· 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 '';