Adding the one line of bloat that would have saved a lot of time for a lot of people

pull/207/head
bakkeby 3 years ago
parent a9078fdb4d
commit 40d30e5d1b

@ -3495,6 +3495,9 @@ setup(void)
signal(SIGTERM, sigterm);
#endif // RESTARTSIG_PATCH
/* the one line of bloat that would have saved a lot of time for a lot of people */
putenv("_JAVA_AWT_WM_NONREPARENTING=1");
/* init screen */
screen = DefaultScreen(dpy);
sw = DisplayWidth(dpy, screen);

Loading…
Cancel
Save