diff options
author | eug-vs <eugene@eug-vs.xyz> | 2021-10-22 17:54:32 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2021-10-22 17:54:32 +0300 |
commit | ea69a848fd95db7464b14b985a2eb713962956f6 (patch) | |
tree | 1e38e0115f6499d33acd1951fd302b072a0ff706 | |
parent | b8eea543af9a3591fb1aaf5dd50cb5dd0ae6864d (diff) | |
download | dmenu-ea69a848fd95db7464b14b985a2eb713962956f6.tar.gz |
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1f41f42..ae57eca 100644 --- a/config.def.h +++ b/config.def.h @@ -16,7 +16,7 @@ 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 lineheight = 26; static unsigned int min_lineheight = 8; /* |