mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 10:14:20 +02:00
xsession: make Java applications less ugly
This commit is contained in:
parent
190e87c54c
commit
98a8885069
1 changed files with 3 additions and 0 deletions
3
xsession
3
xsession
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue