13 lines
401 B
Text
13 lines
401 B
Text
|
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)
|
||
|
{
|