diff options
author | zachir <zachir@librem.one> | 2021-01-31 21:54:25 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2021-01-31 21:54:25 -0600 |
commit | b44984ca4a58e62f55b20c968c54e7deb7234770 (patch) | |
tree | a04b4abab9c3d7efbf4147bba94df5162d4b0118 | |
parent | fad5c1a4ef2d21dcd4a3d224eda0d976aa00d964 (diff) |
Fix double termcmd declaration issue
-rw-r--r-- | config.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 }; |