commit 6e32aa82cde233b652ef382c7c5cc93e7b34df6f
Author: inoodle <dva>
Date:   Mon Feb 5 07:34:09 2024 -0500

    Fix typo in variable name.

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
index 96e90308..2f2cb14a 100644
--- 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"


Reply via email to