Comfortable X export
tired to export display settings maually before using X exports?
try adding this to your “~/.bashrc”
if [ -z "$DISPLAY" ]; then
if [ `ps -awwwux|grep X11.app |grep -vc grep` -gt 0 ]; then
export DISPLAY=":0.0"
fi
fi
Categories: OS X

