fix to make arduino and other java app a liitle bit more friendly in awesome.

This commit is contained in:
Johannes Findeisen 2015-07-27 05:19:32 +02:00
commit 51b66b5ad3

4
.zshrc
View file

@ -5,6 +5,10 @@ export PATH=$HOME/bin:$PATH
export EDITOR=/usr/bin/vim
export TERMINAL="uxterm -bg black -fg grey -sb -leftbar -si -bc -cr orange"
# Fix to make JAVA applications behave more friendly in awesome. Still many JAVA apps
# suck in awesome. PyCharm works perfect, Arduino does not!
export _JAVA_AWT_WM_NONREPARENTING=1
# Path to your oh-my-zsh installation.
export ZSH=~/.zsh/oh-my-zsh