diff options
| author | bakkeby <[email protected]> | 2021-11-25 09:15:27 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2021-11-25 09:15:27 +0100 |
| commit | 40d30e5d1bc4c1a57eab850657ad5818477ac153 (patch) | |
| tree | b30e2d4f7d29f999c5375bc837acde5166e97c76 | |
| parent | a9078fdb4d2105cd2e58a00c3f4a6ae31b353f2c (diff) | |
| download | dwm-flexipatch-40d30e5d1bc4c1a57eab850657ad5818477ac153.tar.gz dwm-flexipatch-40d30e5d1bc4c1a57eab850657ad5818477ac153.zip | |
Adding the one line of bloat that would have saved a lot of time for a lot of people
| -rw-r--r-- | dwm.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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); |
