From 84145db97d967dee9435f08d35c22232702f7147 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Wed, 21 Sep 2022 16:36:50 +0200 Subject: Misc: Move patches to their respective overlay's folder --- patches/dmenu_height.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 patches/dmenu_height.patch (limited to 'patches/dmenu_height.patch') diff --git a/patches/dmenu_height.patch b/patches/dmenu_height.patch deleted file mode 100644 index acda047..0000000 --- a/patches/dmenu_height.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/dmenu.c b/dmenu.c -index 0f7d5dd..50012fa 100644 ---- a/dmenu.c -+++ b/dmenu.c -@@ -867,7 +867,7 @@ setup(void) - dock = XInternAtom(dpy, "_NET_WM_WINDOW_TYPE_DOCK", False); - - /* calculate menu geometry */ -- bh = drw->fonts->h + 2; -+ bh = drw->fonts->h + 4; - bh = MAX(bh,lineheight); /* make a menu line AT LEAST 'lineheight' tall */ - lines = MAX(lines, 0); - mh = (lines + 1) * bh; -- cgit 1.4.1