summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
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 };