mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-14 12:14:20 +02:00
xsession: remove use of _JAVA_OPTIONS
There is no way to suppress those annoying warnings. See: https://bugs.openjdk.java.net/browse/JDK-8039152 Let's just use wrapper when we need it.
This commit is contained in:
parent
fa1e03624c
commit
2dbfdde5a8
1 changed files with 1 additions and 2 deletions
3
xsession
3
xsession
|
@ -10,8 +10,7 @@ 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'
|
||||
# Java incompatibility with awesome
|
||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||
|
||||
# We do not want to rely on crappy mailcap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue