Decrease dmenu 'size'

master
Hektor Misplon 2021-01-08 22:28:32 +01:00
parent afbb55170d
commit e84aeb901f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ static const char *colors[SchemeLast][2] = {
[SchemeOut] = { "#eeeeee", "#eeeeee" }, [SchemeOut] = { "#eeeeee", "#eeeeee" },
}; };
/* -l option; if nonzero, dmenu uses vertical list with given number of lines */ /* -l option; if nonzero, dmenu uses vertical list with given number of lines */
static unsigned int lines = 10; static unsigned int lines = 9;
/* /*
* Characters not considered part of a word while deleting words * Characters not considered part of a word while deleting words