ports/x11/2bwm/patches/patch-config_h

13 lines
401 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: config.h
--- config.h.orig
+++ config.h
@@ -40,7 +40,7 @@ static const uint8_t borders[] = {3,5,5,4};
#define LOOK_INTO "WM_NAME"
static const char *ignore_names[] = {"bar", "xclock"};
///--Menus and Programs---///
-static const char *menucmd[] = { "", NULL };
+static const char *menucmd[] = { "dmenu_run", NULL };
///--Custom foo---///
static void halfandcentered(const Arg *arg)
{