summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-10-26 15:49:05 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-10-26 15:49:05 +0530
commit92066c3bdbbe4e17cb03ed762eb955d845f97bca (patch)
treed2f1e0a241e111a513ca4dd9dcc9c0670373c4f3 /config.def.h
parent744e48a44fecf6127bd6504a53010b2fd1e33537 (diff)
Applied lineheight patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 47b616d..4394dec 100644
--- a/config.def.h
+++ b/config.def.h
@@ -12,10 +12,12 @@ static const char *colors[SchemeLast][2] = {
[SchemeNorm] = { "#bbbbbb", "#222222" },
[SchemeSel] = { "#eeeeee", "#005577" },
[SchemeOut] = { "#000000", "#00ffff" },
- [SchemeHp] = { "#bbbbbb", "#333333" }
};
/* -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