From b44984ca4a58e62f55b20c968c54e7deb7234770 Mon Sep 17 00:00:00 2001 From: zachir Date: Sun, 31 Jan 2021 21:54:25 -0600 Subject: Fix double termcmd declaration issue --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index 7a4dc4f..e2fa3a6 100644 --- a/config.h +++ b/config.h @@ -90,7 +90,6 @@ static char dmenumon[2] = "0"; /* component of dmenucmd, manipulated in spawn() static const char *dmenucmd[] = { "dmenu_run", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; static const char *passmenu[] = { "passmenu", "-m", dmenumon, "-fn", dmenufont, "-nb", col_gray1, "-nf", col_gray3, "-sb", col_cyan, "-sf", col_gray4, NULL }; static const char *termcmd[] = { "tabbed", "-c", "st", "-w", NULL }; -static const char *termcmd[] = { "dmenuabduco", NULL }; static const char *mpdtoggle[] = { "playerctl", "--player=mpd,mpv,%any", "play-pause", NULL }; static const char *mpdnext[] = { "playerctl", "--player=mpd,mpv,%any", "next", NULL }; static const char *mpdprev[] = { "playerctl", "--player=mpd,mpv,%any", "previous", NULL }; -- cgit v1.2.3