diff options
author | zachir <zachir@librem.one> | 2023-02-21 13:59:57 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-21 13:59:57 -0600 |
commit | 2b5883bff1a7c952d0685098bb813adc3e48ef88 (patch) | |
tree | 022715d54e3aad5491d7220bdfafb23e644bee4f /config.def.h | |
parent | 04da33709854688ca0f6cb1cff4fd0c5a34fd3be (diff) |
add lineheight patch
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 b7bff67..91bda10 100644 --- a/config.def.h +++ b/config.def.h @@ -20,6 +20,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 |