about summary refs log tree commit diff
path: root/patches/dmenu_height.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dmenu_height.patch')
-rw-r--r--patches/dmenu_height.patch13
1 files changed, 0 insertions, 13 deletions
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;