summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2021-01-31 21:54:25 -0600
committerzachir <zachir@librem.one>2021-01-31 21:54:25 -0600
commitb44984ca4a58e62f55b20c968c54e7deb7234770 (patch)
treea04b4abab9c3d7efbf4147bba94df5162d4b0118
parentfad5c1a4ef2d21dcd4a3d224eda0d976aa00d964 (diff)
Fix double termcmd declaration issue
-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 };