From b0e4db31eaf2073f03f383adf7c3eafbc731aebc Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Fri, 24 Feb 2023 11:47:20 +0100
Subject: [PATCH] match dmenu height to dwm statusbar height

---
 config.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.h b/config.h
index a5153b4..be09dc6 100644
--- a/config.h
+++ b/config.h
@@ -6,9 +6,9 @@ static const unsigned int fgalpha = 0xffU;
 static const unsigned int bgalpha = 0xffU;
 /* -fn option overrides fonts[0]; default X11 font or font set */
 static const char *fonts[] = {
-    "NotoSans Nerd Font:size=10:antialias=true",
-    "Noto Color Emoji:size=10:antialias=true",
-    "FontAwesome:size=10"
+    "JetBrainsMono Nerd Font:pixelsize=14:antialias=true",
+    "Noto Color Emoji:pixelsize=14:antialias=true",
+    "FontAwesome:pixelsize=14"
 };
 static const char *prompt      = NULL;      /* -p  option; prompt to the left of input field */
 static const char *colors[SchemeLast][2] = {