commit 6e32aa82cde233b652ef382c7c5cc93e7b34df6f parent d450298e51d532bba4c96580aba4c29342d12c8b Author: inoodle <dva> Date: Mon, 5 Feb 2024 07:34:09 -0500 Fix typo in variable name. Diffstat:
M | tools.suckless.org/dmenu/patches/bar_height/dmenu-bar-height-5.2.diff | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools.suckless.org/dmenu/patches/bar_height/dmenu-bar-height-5.2.diff b/tools.suckless.org/dmenu/patches/bar_height/dmenu-bar-height-5.2.diff @@ -6,7 +6,7 @@ index 1edb647..5c79628 100644 static int topbar = 1; /* -b option; if 0, dmenu appears at bottom */ /* -fn option overrides fonts[0]; default X11 font or font set */ -+static const int user_bt = 0; /* add an defined amount of pixels to the bar height */ ++static const int user_bh = 0; /* add an defined amount of pixels to the bar height */ + static const char *fonts[] = { "monospace:size=10"