X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=8db1ddadfa328a88293fde2ec81ddef6f70d74e9;hb=120e8401074254d39be916ad83bafda9ef25e6a9;hp=a9122f73add3418911a1b8a4b58c7b95796c43cb;hpb=32f2564dbbbf5aeafb7190a3d35066142f34448f;p=dmenu.git diff --git a/config.def.h b/config.def.h index a9122f7..8db1dda 100644 --- a/config.def.h +++ b/config.def.h @@ -15,3 +15,9 @@ static const char *outbgcolor = "#00ffff"; static const char *outfgcolor = "#000000"; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; + +/* + * Characters not considered part of a word while deleting words + * for example: " /?\"&[]" + */ +static const char worddelimiters[] = " ";