aboutsummaryrefslogtreecommitdiff
path: root/.local
diff options
context:
space:
mode:
authorkj-sh6042024-08-10 00:00:07 -0400
committerkj-sh6042024-08-10 00:00:07 -0400
commit24c96da496aa1e6b8e087a45fd621da39dac8bfd (patch)
tree0aa4f3ecd1db4a6b4072df4784aeb466a165031d /.local
parent37b844b5e7a280dbf82fa90ed7be61af5c3b377b (diff)
refactor: revert to default value for `menu_height_ratio`
Diffstat (limited to '.local')
-rw-r--r--.local/src/dmenu-dunst/config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/src/dmenu-dunst/config.def.h b/.local/src/dmenu-dunst/config.def.h
index 338089b..609a488 100644
--- a/.local/src/dmenu-dunst/config.def.h
+++ b/.local/src/dmenu-dunst/config.def.h
@@ -4,7 +4,7 @@
static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */
static int centered = 1; /* -c option; centers dmenu on screen */
static int min_width = 250; /* minimum width when centered */
-static const float menu_height_ratio = 2.0f; /* This is the ratio used in the original calculation */
+static const float menu_height_ratio = 4.0f; /* This is the ratio used in the original calculation */
/* -fn option overrides fonts[0]; default X11 font or font set */
static const char *fonts[] = {
"JetBrains Mono:size=14",