Cange name of dmenucmd to runcmd
This commit is contained in:
parent
e49bc9d651
commit
7067584ddb
@ -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 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user