diff options
author | Azat Bahawi <azat@bahawi.net> | 1970-01-01 03:00:00 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-20 11:51:54 +0300 |
commit | 38bab29776950ac2364ed64195b89887717c33de (patch) | |
tree | edaaf366a55dbe96d268019124536bc504c64e87 /xresources/.Xresources.d/xft |
Diffstat (limited to 'xresources/.Xresources.d/xft')
-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 |