diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-10-08 10:36:06 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-10-08 10:36:06 +0200 |
commit | c789f3379fc935e7eaa120f93c33f47768ddbd82 (patch) | |
tree | 7e9e452c52f27c1c4e00c5ef8c150de412a62e61 /.config/xresources | |
parent | 2618755561adae2067bc51c658c62dc730e4ac6e (diff) | |
download | dotfiles-c789f3379fc935e7eaa120f93c33f47768ddbd82.tar.gz dotfiles-c789f3379fc935e7eaa120f93c33f47768ddbd82.tar.bz2 dotfiles-c789f3379fc935e7eaa120f93c33f47768ddbd82.zip |
xresource: Lower dpi to 94 to get slightly smaller fonts
Diffstat (limited to '.config/xresources')
-rw-r--r-- | .config/xresources/font.xdefaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/xresources/font.xdefaults b/.config/xresources/font.xdefaults index 617520f..3a8816e 100644 --- a/.config/xresources/font.xdefaults +++ b/.config/xresources/font.xdefaults @@ -1,3 +1,3 @@ ! Xft Settings ! -Xft.dpi: 96.0 +Xft.dpi: 94.0 Xft.antialias: true |