diff options
author | Benjamin Franzke <benjaminfranzke@gmail.com> | 2017-10-09 02:45:03 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@gmail.com> | 2017-10-09 02:45:03 +0200 |
commit | afe4f6ecec4ca6b62eb3a2aa5e681e8001782c02 (patch) | |
tree | 05c34fe39ab033fa05881301c1464be94b961115 /.config/xresources/font.xdefaults | |
parent | 75b1b5b65985348a57f2530e166d7a2816f37299 (diff) | |
download | dotfiles-afe4f6ecec4ca6b62eb3a2aa5e681e8001782c02.tar.gz dotfiles-afe4f6ecec4ca6b62eb3a2aa5e681e8001782c02.tar.bz2 dotfiles-afe4f6ecec4ca6b62eb3a2aa5e681e8001782c02.zip |
Update default font settings
Diffstat (limited to '.config/xresources/font.xdefaults')
-rw-r--r-- | .config/xresources/font.xdefaults | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.config/xresources/font.xdefaults b/.config/xresources/font.xdefaults index 3a8816e..30be885 100644 --- a/.config/xresources/font.xdefaults +++ b/.config/xresources/font.xdefaults @@ -1,3 +1,7 @@ ! Xft Settings ! -Xft.dpi: 94.0 -Xft.antialias: true +Xft.dpi: 96.0 +Xft.antialias: 1 +Xft.hintstyle: hintslight +Xft.lcdfilter: lcddefault +Xft.rgba: rgb +Xft.hinting: 1 |