diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index d9a0568..2d854a0 100644 --- a/config.def.h +++ b/config.def.h | |||
| @@ -9,7 +9,14 @@ 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 | /* timeouts (in milliseconds) */ | 12 | /* |
| 13 | * word delimiter string | ||
| 14 | * | ||
| 15 | * More advanced example: " `'\"()[]{}" | ||
| 16 | */ | ||
| 17 | static char worddelimiters[] = " "; | ||
| 18 | |||
| 19 | /* selection timeouts (in milliseconds) */ | ||
| 13 | static unsigned int doubleclicktimeout = 300; | 20 | static unsigned int doubleclicktimeout = 300; |
| 14 | static unsigned int tripleclicktimeout = 600; | 21 | static unsigned int tripleclicktimeout = 600; |
| 15 | 22 | ||
