aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 1ba6d8e..ee677a5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -2,7 +2,7 @@
2 2
3/* appearance */ 3/* appearance */
4static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false"; 4static char font[] = "Liberation Mono:pixelsize=12:antialias=false:autohint=false";
5static unsigned int borderpx = 2; 5static int borderpx = 2;
6static char shell[] = "/bin/sh"; 6static char shell[] = "/bin/sh";
7 7
8/* double-click timeout (in milliseconds) between clicks for selection */ 8/* double-click timeout (in milliseconds) between clicks for selection */