diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-01-27 12:08:12 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-01-27 12:08:12 +0100 |
commit | ae40e79d9de15af359145ec67c8ee414370add7f (patch) | |
tree | d9374e5d83c048cb3d8f713ee9af8e8c074da089 /bashrc | |
parent | 403d88f9db6038492bcdf4caafea8f3b6b69f191 (diff) | |
download | dotfiles-ae40e79d9de15af359145ec67c8ee414370add7f.tar.gz dotfiles-ae40e79d9de15af359145ec67c8ee414370add7f.tar.xz dotfiles-ae40e79d9de15af359145ec67c8ee414370add7f.zip |
handle the AWT_TOOLKIT-fix in .xinitrc
Diffstat (limited to '')
-rw-r--r-- | bashrc/common/env.sh | 3 |
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" |