systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 605e4585a2f37d7cf9f154424d504dd6e1c92614
parent 012d94e855808efcd7f89521616b78ec738d1d95
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date:   Mon, 24 Jul 2017 16:41:34 +0200

add delimiter symbols for st suckless terminal

dotfiles/config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Diffstat:
Mdotfiles/config.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dotfiles/config.def.h b/dotfiles/config.def.h @@ -32,7 +32,7 @@ static float chscale = 1.0; * * More advanced example: " `'\"()[]{}" */ -static char worddelimiters[] = " `'\"()[]{}<>,;:*|│"; +static char worddelimiters[] = " `'\"‘’()[]{}<>,;:*|│"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300;