commit c9f25c277841322ad47f19ec6a0931cf3d3944d3
parent 786a9ed7f3f238fcb55faac15162f1a1a4d11532
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Wed, 3 Jun 2020 08:53:25 +0200
Use irc.sh script instead of writing out command
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -107,6 +107,7 @@ static const char *castcmd[] = {"adcast", NULL};
static const char *plumbcmd[] = {"clipplumb", NULL};
static const char *plumb2cmd[] = {"clipplumb", "-c", NULL};
+static const char *ytdlaudiocmd[] = {"youtube-dl-music", "-t", "-a", "-m", "-q", NULL};
static const char *showclipcmd[] = {"showclip", NULL};
static const char *xlockcmd[] = {"slock", NULL};
static const char *printscreencmd[] = {"maimfull", NULL};
@@ -121,7 +122,7 @@ static const char *todocmd[] = DUPLEXATTACHCMD("todo", EDITOR " " HOME
static const char *calendarcmd[] = DUPLEXATTACHCMD("calendar", "calendar.sh");
/* static const char *filecmd[] = TERMCMD("sh", "-c", "cd ~/tmp; ls -p; $SHELL -l"); */
static const char *mailcmd[] = DUPLEXCMD("mutt");
-static const char *irccmd[] = DUPLEXATTACHCMD("irc", "ssh -t irc@adamsgaard.dk 'tmux -u new-session -A -D -s irc irssi'");
+static const char *irccmd[] = DUPLEXATTACHCMD("irc", "irc.sh");
static const char *topcmd[] = TERMCMD("top", "-C");
static const char *mixercmd[] = TERMCMD("audiomixer");