From cea751281d30de5fcb7cb22efe65c22c72378d87 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Sat, 7 Dec 2013 18:30:18 -0500 Subject: [PATCH] Fix java under awesome --- .bashrc | 1 + .zshrc | 1 + 2 files changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index e1cf881..065799a 100644 --- a/.bashrc +++ b/.bashrc @@ -8,6 +8,7 @@ BLOCKSIZE=K; export BLOCKSIZE EDITOR=vim; export EDITOR PAGER=less; export PAGER +_JAVA_AWT_WM_NONREPARENTING=1; export _JAVA_AWT_WM_NONREPARENTING #Foo # set ENV to a file invoked each time sh is started for interactive use. diff --git a/.zshrc b/.zshrc index 2d7adb0..a3e5fd8 100644 --- a/.zshrc +++ b/.zshrc @@ -4,6 +4,7 @@ # don't put duplicate lines in the history. See bash(1) for more options export HISTCONTROL=ignoredups +_JAVA_AWT_WM_NONREPARENTING=1; export _JAVA_AWT_WM_NONREPARENTING # make less more friendly for non-text input files, see lesspipe(1) [ -x /usr/bin/lesspipe ] && eval "$(lesspipe)"