X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/cc596365ac9c522beb8978cfca741d23d3bf83ae..bf3deb6357f1c864ba6b9771a33dc31e18a68e16:/config.def.h?ds=sidebyside 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[] = " ";