From 7067584ddb1cc06def2b4253564870535919848d Mon Sep 17 00:00:00 2001 From: Alexander Rosenberg Date: Sun, 28 Aug 2022 21:07:38 -0700 Subject: [PATCH] Cange name of dmenucmd to runcmd --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 5289d20..284310e 100644 --- a/config.def.h +++ b/config.def.h @@ -64,7 +64,7 @@ static const Layout layouts[] = { #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } /* commands */ -static const char *dmenucmd[] = { "dmenu_run", NULL }; +static const char *runcmd[] = { "dmenu_run", NULL }; static const char *termcmd[] = { "alacritty", NULL }; static const char *browsercmd[] = { "firefox", NULL };