Merge pull request #15200 from Pleune/fix/bspwm-java-noreparenting

bspwm: add _JAVA_AWT_WM_NONREPARENTING=1
This commit is contained in:
Joachim Fasting 2016-05-04 06:18:38 +02:00
commit 0a61ab5845

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
'';