aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2020-12-21 10:43:52 +0100
committerlonkaars <l.leblansch@gmail.com>2020-12-21 10:43:52 +0100
commit312158bd305c73d55c3d614c5f194a75d95b6542 (patch)
treee2aa1381708001dc75e9c45cc8d1e544fc772206
parente55b278ac630c2ffc92aeed7882dde7dfe10a3f5 (diff)
added java font anti-aliasing
-rwxr-xr-x.xprofile2
1 files changed, 2 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile
index 8710355..e6e90b7 100755
--- a/.xprofile
+++ b/.xprofile
@@ -2,6 +2,8 @@
systemctl --user import-environment DISPLAY
export _JAVA_AWT_WM_NONREPARENTING=1
+export _JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on'
+export _JAVA_OPTIONS='-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
export TZ='Europe/Amsterdam'
i3