From: martin f. krafft <madduck@madduck.net>
Date: Thu, 10 Mar 2016 10:13:22 +0000 (+0100)
Subject: java awt reparenting hack
X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/af39d38d11abfaefda1f22480ee8d1d3654620cb?ds=inline

java awt reparenting hack
---

diff --git a/.xsession.d/50-awesomewm b/.xsession.d/50-awesomewm
index 9c48f8b..a322305 100644
--- a/.xsession.d/50-awesomewm
+++ b/.xsession.d/50-awesomewm
@@ -1,3 +1,4 @@
+export _JAVA_AWT_WM_NONREPARENTING=1
 if [ -x ~/code/awesome/awesome ]; then
   ~/code/awesome/awesome
 elif [[ -x =awesome ]]; then