diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-09-02 15:36:45 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-09-02 15:36:45 +0400 |
| commit | 104c0336edd2d7025e9d00e62f5e60c4b3f7fdea (patch) | |
| tree | d6c464716d3699a593d894f917f4e23e2eaf1d9c /config.def.h | |
| parent | 99603ed07416922b60e89687ad6a89416465457a (diff) | |
Added tsv and lineheight patches
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 1edb647..4394dec 100644 --- a/config.def.h +++ b/config.def.h @@ -15,6 +15,9 @@ static const char *colors[SchemeLast][2] = { }; /* -l option; if nonzero, dmenu uses vertical list with given number of lines */ static unsigned int lines = 0; +/* -h option; minimum height of a menu line */ +static unsigned int lineheight = 0; +static unsigned int min_lineheight = 8; /* * Characters not considered part of a word while deleting words |