]> git.wh0rd.org - home.git/commitdiff
fontconfig: relocate file to new home
authorMike Frysinger <vapier@gentoo.org>
Thu, 2 Jan 2014 20:35:46 +0000 (15:35 -0500)
committerMike Frysinger <vapier@gentoo.org>
Thu, 2 Jan 2014 20:35:46 +0000 (15:35 -0500)
.config/fontconfig/fonts.conf [new file with mode: 0644]
.fonts.conf [changed from file to symlink]

diff --git a/.config/fontconfig/fonts.conf b/.config/fontconfig/fonts.conf
new file mode 100644 (file)
index 0000000..d59a0cd
--- /dev/null
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<fontconfig>
+ <match target="font" >
+  <edit mode="assign" name="rgba" >
+   <const>none</const>
+  </edit>
+ </match>
+ <match target="font" >
+  <edit mode="assign" name="hinting" >
+   <bool>true</bool>
+  </edit>
+ </match>
+ <match target="font" >
+  <edit mode="assign" name="hintstyle" >
+   <const>hintmedium</const>
+  </edit>
+ </match>
+ <match target="font" >
+  <edit mode="assign" name="antialias" >
+   <bool>true</bool>
+  </edit>
+ </match>
+</fontconfig>
deleted file mode 100644 (file)
index d59a0cd7d24f03e5364f1a76b9768a8d8cdb8712..0000000000000000000000000000000000000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
- <match target="font" >
-  <edit mode="assign" name="rgba" >
-   <const>none</const>
-  </edit>
- </match>
- <match target="font" >
-  <edit mode="assign" name="hinting" >
-   <bool>true</bool>
-  </edit>
- </match>
- <match target="font" >
-  <edit mode="assign" name="hintstyle" >
-   <const>hintmedium</const>
-  </edit>
- </match>
- <match target="font" >
-  <edit mode="assign" name="antialias" >
-   <bool>true</bool>
-  </edit>
- </match>
-</fontconfig>
new file mode 120000 (symlink)
index 0000000000000000000000000000000000000000..ed1cea973ddc3797d7636d0a2f8c7cf74c6915ea
--- /dev/null
@@ -0,0 +1 @@
+/home/vapier/.config/fontconfig/fonts.conf
\ No newline at end of file