diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2021-08-14 16:12:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-14 16:12:03 -0500 |
| commit | b58377942f8d35bfc04670aff5767fd4cc3d2525 (patch) | |
| tree | a8090a1b33b39ed3e05c5053c26dd571c62dcff7 | |
| parent | b762c1f2aa28202a82426c3d794dba46035771c6 (diff) | |
set height
| -rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,8 +16,8 @@ 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; +static unsigned int lineheight = 22; +static unsigned int min_lineheight = 22; /* * Characters not considered part of a word while deleting words |
