summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+justsaumit@users.noreply.github.com>2022-01-27 22:08:26 +0530
committerGitHub <noreply@github.com>2022-01-27 22:08:26 +0530
commitcb3e5f842ae10933c23a2d77edc8382866421460 (patch)
treee8c27df0b521ea7b28ddec9bf996b0bfc9b302eb
parent1dc522e147828c80005f1b3200991d503233c1e1 (diff)
Update config.h
-rw-r--r--config.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.h b/config.h
index 4cf5753..161d312 100644
--- a/config.h
+++ b/config.h
@@ -4,7 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
- "JetBrains Mono:size=14",
+ "JetBrains Mono:size=13",
"JoyPixels:pixelsize=15:antialias=true:autohint=true"
};
static const char *prompt = NULL; /* -p option; prompt to the left of input field */
@@ -16,6 +16,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