xsession: make Java applications less ugly

This commit is contained in:
Vincent Bernat 2012-11-28 15:32:39 +01:00
parent 190e87c54c
commit 98a8885069

View file

@ -10,6 +10,9 @@ export LC_MESSAGES=en_US.utf8
# Ensure we use the appropriate gtkrc-2.0 file
export GTK2_RC_FILES=$HOME/.gtkrc-2.0
# Java fonts are ugly by default
export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=lcd'
# GDM move Xauthority in some obscure place
# See:
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614972