Cange name of dmenucmd to runcmd

This commit is contained in:
Alexander Rosenberg 2022-08-28 21:07:38 -07:00
parent e49bc9d651
commit 7067584ddb
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

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