Decrease dmenu 'size'
parent
afbb55170d
commit
e84aeb901f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue