From ae40e79d9de15af359145ec67c8ee414370add7f Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Tue, 27 Jan 2009 12:08:12 +0100 Subject: handle the AWT_TOOLKIT-fix in .xinitrc --- bashrc/common/env.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'bashrc/common/env.sh') diff --git a/bashrc/common/env.sh b/bashrc/common/env.sh index 9396b53..e02e6ad 100644 --- a/bashrc/common/env.sh +++ b/bashrc/common/env.sh @@ -3,6 +3,3 @@ export EDITOR=/usr/bin/nano # set timezone if needed [[ -z "$TZ" ]] && export TZ=Europe/Berlin - -# fix for java gui toolkit to work properly with xmonad -[[ -n "$(ps x | grep xmonad)" ]] && export AWT_TOOLKIT="MToolkit" -- cgit v1.2.3