Xinqi Bao's Git
projects
/
st.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (from parent 1:
373a8f5
)
Add a notice in the config.def.h file how to obtain the syntax for
author
Christoph Lohmann <
[email protected]
>
Sun, 25 Nov 2012 14:59:16 +0000
(15:59 +0100)
committer
Christoph Lohmann <
[email protected]
>
Sun, 25 Nov 2012 14:59:16 +0000
(15:59 +0100)
xft/fontcache.
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
7c55ef2
..
742e84e
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-1,6
+1,10
@@
/* See LICENSE file for copyright and license details. */
/* See LICENSE file for copyright and license details. */
-/* appearance */
+/*
+ * appearance
+ *
+ * font: see http://freedesktop.org/software/fontconfig/fontconfig-user.html
+ */
static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
static int borderpx = 2;
static char shell[] = "/bin/sh";
static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
static int borderpx = 2;
static char shell[] = "/bin/sh";