Cange name of dmenucmd to runcmd
This commit is contained in:
		| @ -64,7 +64,7 @@ static const Layout layouts[] = { | |||||||
| #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } | #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } | ||||||
|  |  | ||||||
| /* commands */ | /* commands */ | ||||||
| static const char *dmenucmd[]   = { "dmenu_run", NULL }; | static const char *runcmd[]   = { "dmenu_run", NULL }; | ||||||
| static const char *termcmd[]    = { "alacritty", NULL }; | static const char *termcmd[]    = { "alacritty", NULL }; | ||||||
| static const char *browsercmd[] = { "firefox", NULL }; | static const char *browsercmd[] = { "firefox", NULL }; | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user