aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-11-25 15:59:16 +0100
committerChristoph Lohmann <20h@r-36.net>2012-11-25 15:59:16 +0100
commit61b20f4bc1eae90fd9d5f3582252d6181ee21b4f (patch)
tree2eee6e27099074c6bf38f66a8f37799c7fd9f416 /config.def.h
parent373a8f56286d72ae10c9d3a2a7326e2515d141d9 (diff)
downloadst-patched-61b20f4bc1eae90fd9d5f3582252d6181ee21b4f.tar.bz2
st-patched-61b20f4bc1eae90fd9d5f3582252d6181ee21b4f.tar.xz
st-patched-61b20f4bc1eae90fd9d5f3582252d6181ee21b4f.zip
Add a notice in the config.def.h file how to obtain the syntax for
xft/fontcache.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 7c55ef2..742e84e 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,6 +1,10 @@
1/* See LICENSE file for copyright and license details. */ 1/* See LICENSE file for copyright and license details. */
2 2
3/* appearance */ 3/*
4 * appearance
5 *
6 * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
7 */
4static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; 8static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
5static int borderpx = 2; 9static int borderpx = 2;
6static char shell[] = "/bin/sh"; 10static char shell[] = "/bin/sh";