From 8e968739c3cfc4e9f7088a9ea360bc4f37e9ad9f Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sat, 4 May 2013 19:04:20 +0200 Subject: Allow more complex delimiters for word selections. Thanks Alexander Rezinsky ! --- config.def.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'config.def.h') 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 static int borderpx = 2; static char shell[] = "/bin/sh"; -/* timeouts (in milliseconds) */ +/* + * word delimiter string + * + * More advanced example: " `'\"()[]{}" + */ +static char worddelimiters[] = " "; + +/* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300; static unsigned int tripleclicktimeout = 600; -- cgit v1.2.3