about summary refs log tree commit diff
path: root/patches/dmenu_height.patch
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-21 16:36:50 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-22 00:18:58 +0200
commit84145db97d967dee9435f08d35c22232702f7147 (patch)
tree703d196e4fae4d179bc3d295c192b1d0eca123ac /patches/dmenu_height.patch
parentOverlays: Base: Add database arg patch to comma (diff)
downloadnixos-config-84145db97d967dee9435f08d35c22232702f7147.tar.gz
nixos-config-84145db97d967dee9435f08d35c22232702f7147.tar.bz2
nixos-config-84145db97d967dee9435f08d35c22232702f7147.zip
Misc: Move patches to their respective overlay's folder
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;