diff options
Diffstat (limited to '')
-rw-r--r-- | xresources/.Xresources.d/xft | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xresources/.Xresources.d/xft b/xresources/.Xresources.d/xft new file mode 100644 index 0000000..f0175b2 --- /dev/null +++ b/xresources/.Xresources.d/xft @@ -0,0 +1,9 @@ +Xft.antialias: 1 +Xft.autohint: 0 +Xft.dpi: 96 +Xft.hinting: 1 +Xft.hintstyle: hintslight +Xft.lcdfilter: lcddefault +Xft.rgba: rgb + +! vim:filetype=xdefaults |