Update cmus startup command for convenience
This commit is contained in:
parent
3d3786d1e6
commit
cd8f5d4709
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ static const char *dmenucmd[] = {"dmenu_run", "-m", dmenumon, "-fn", dmenufont,
|
|||
"-nf", norm_fg, "-sb", sel_bg, "-sf", sel_fg, NULL};
|
||||
static const char *termcmd[] = {TERMINAL, NULL};
|
||||
// Music
|
||||
static const char *CMUS[] = {TERMINAL, "--class=cmus", "-e", "fish", "-c", "cmus"}; // Just start cmus from the shell alias :)
|
||||
static const char *CMUS[] = {TERMINAL, "--class=cmus", "-e", "cmus"}; // Just start cmus :)
|
||||
static const char *SPOTIFY[] = {"brave-browser-beta", "--app=https://open.spotify.com"}; // because I love music :D
|
||||
|
||||
static Key keys[] = {
|
||||
|
|
Loading…
Reference in a new issue