diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 9a3d2c8..8cb8804 100644 --- a/config.def.h +++ b/config.def.h | |||
@@ -9,6 +9,10 @@ static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=fals | |||
9 | static int borderpx = 2; | 9 | static int borderpx = 2; |
10 | static char shell[] = "/bin/sh"; | 10 | static char shell[] = "/bin/sh"; |
11 | 11 | ||
12 | /* Kerning / character bounding-box mutlipliers */ | ||
13 | float cwscale = 1.0; | ||
14 | float chscale = 1.0; | ||
15 | |||
12 | /* | 16 | /* |
13 | * word delimiter string | 17 | * word delimiter string |
14 | * | 18 | * |