diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config.def.h b/config.def.h index 3c64a13..e8aa528 100644 --- a/config.def.h +++ b/config.def.h @@ -1,21 +1,6 @@ /* See LICENSE file for copyright and license details. */ -/* - * 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"; - -/* timeouts (in milliseconds) */ -static unsigned int doubleclicktimeout = 300; -static unsigned int tripleclicktimeout = 600; - -/* frames per second st should at maximum draw to the screen */ -static unsigned int xfps = 100; - /* Terminal colors (16 first used in escape sequence) */ static const char *colorname[] = { /* 8 normal colors */ |