X-Git-Url: https://git.danieliu.xyz/?p=dmenu.git;a=blobdiff_plain;f=config.def.h;h=35adb50fa9fd6d316aa6e2659d0c151bd0da011a;hp=d041d6f8bbde15de16a4daf5ce24da8a1a645e83;hb=HEAD;hpb=21b8820456efed37749f3d4df9cee009cde6599b diff --git a/config.def.h b/config.def.h index d041d6f..35adb50 100644 --- a/config.def.h +++ b/config.def.h @@ -16,10 +16,13 @@ static const char *colors[SchemeLast][2] = { [SchemeOut] = { "#000000", "#00ffff" }, }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ -static unsigned int lines = 0; +static unsigned int lines = 20; /* * Characters not considered part of a word while deleting words * for example: " /?\"&[]" */ static const char worddelimiters[] = " "; + +/* Size of the window border */ +static const unsigned int border_width = 5;