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 };