aboutsummaryrefslogtreecommitdiff
path: root/.fonts.conf
diff options
context:
space:
mode:
authorxero <x@xero.nu>2014-03-08 22:08:40 -0500
committerxero <x@xero.nu>2014-03-08 22:08:40 -0500
commit02dd2db6564b9e3fd1e1582724bbd188f5de7db6 (patch)
treefbafdd0af4a5615286e3fd16e15b740d71db5d51 /.fonts.conf
parentb58ff155f74cbe76f51aa0074d8d2218de774613 (diff)
downloaddotfiles_ascii-02dd2db6564b9e3fd1e1582724bbd188f5de7db6.tar.xz
dotfiles_ascii-02dd2db6564b9e3fd1e1582724bbd188f5de7db6.zip
add configs for fonts and git, update zshrc and xdefaults
Diffstat (limited to '')
-rw-r--r--.fonts.conf41
1 files changed, 41 insertions, 0 deletions
diff --git a/.fonts.conf b/.fonts.conf
new file mode 100644
index 0000000..83c07ec
--- /dev/null
+++ b/.fonts.conf
@@ -0,0 +1,41 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <match target="font">
+ <edit mode="assign" name="hinting" >
+ <bool>true</bool>
+ </edit>
+ </match>
+ <match target="font" >
+ <edit mode="assign" name="autohint" >
+ <bool>true</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <edit mode="assign" name="hintstyle" >
+ <const>hintslight</const>
+ </edit>
+ </match>
+ <match target="font">
+ <edit mode="assign" name="rgba" >
+ <const>rgb</const>
+ </edit>
+ </match>
+ <match target="font">
+ <edit mode="assign" name="antialias" >
+ <bool>true</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <edit mode="assign" name="lcdfilter">
+ <const>lcddefault</const>
+ </edit>
+ </match>
+ <selectfont>
+ <acceptfont>
+ <pattern>
+ <patelt name="family"><string>Gohufont</string></patelt>
+ </pattern>
+ </acceptfont>
+ </selectfont>
+</fontconfig>