aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index d69c9ba..646a88a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -10,8 +10,8 @@ static int borderpx = 2;
10static char shell[] = "/bin/sh"; 10static char shell[] = "/bin/sh";
11 11
12/* Kerning / character bounding-box mutlipliers */ 12/* Kerning / character bounding-box mutlipliers */
13float cwscale = 1.0; 13static float cwscale = 1.0;
14float chscale = 1.0; 14static float chscale = 1.0;
15 15
16/* 16/*
17 * word delimiter string 17 * word delimiter string