diff options
-rw-r--r-- | config.def.h | 6 |
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 | */ | ||
4 | static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; | 8 | static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; |
5 | static int borderpx = 2; | 9 | static int borderpx = 2; |
6 | static char shell[] = "/bin/sh"; | 10 | static char shell[] = "/bin/sh"; |