summaryrefslogtreecommitdiffstats
path: root/bashrc/common/env.sh
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-01-27 12:08:12 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2009-01-27 12:08:12 +0100
commitae40e79d9de15af359145ec67c8ee414370add7f (patch)
treed9374e5d83c048cb3d8f713ee9af8e8c074da089 /bashrc/common/env.sh
parent403d88f9db6038492bcdf4caafea8f3b6b69f191 (diff)
downloaddotfiles-ae40e79d9de15af359145ec67c8ee414370add7f.tar.gz
dotfiles-ae40e79d9de15af359145ec67c8ee414370add7f.tar.xz
dotfiles-ae40e79d9de15af359145ec67c8ee414370add7f.zip
handle the AWT_TOOLKIT-fix in .xinitrc
Diffstat (limited to 'bashrc/common/env.sh')
-rw-r--r--bashrc/common/env.sh3
1 files changed, 0 insertions, 3 deletions
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"