diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-28 16:52:40 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-28 16:52:40 +0300 |
commit | b8eea543af9a3591fb1aaf5dd50cb5dd0ae6864d (patch) | |
tree | d9da5a3d8aef7ed67f34def6d89f458a1567cf04 /config.def.h | |
parent | f0f6ed867683e78fd4340a1f80a3ae7f18e96f0c (diff) | |
download | dmenu-b8eea543af9a3591fb1aaf5dd50cb5dd0ae6864d.tar.gz |
feat: add line-height 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 1edb647..1f41f42 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 = 32; +static unsigned int min_lineheight = 8; /* * Characters not considered part of a word while deleting words |