From eeb1ae273e0d28fa8c00e2b684411884f68d86c5 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Sat, 26 Nov 2016 18:20:00 -0600 Subject: [PATCH] java apps fix --- env/sh/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/env/sh/bashrc b/env/sh/bashrc index 2919efb..0fe123e 100644 --- a/env/sh/bashrc +++ b/env/sh/bashrc @@ -192,6 +192,7 @@ if [ -t 0 ]; then fi shopt -s histverify + export _JAVA_AWT_WM_NONREPARENTING=1 # except we still want some things to work the old fashioned way bind -f "$HOME/.inputrc"