tUse irc.sh script instead of writing out command - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c9f25c277841322ad47f19ec6a0931cf3d3944d3
(DIR) parent 786a9ed7f3f238fcb55faac15162f1a1a4d11532
(HTM) 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:
M config.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/config.h b/config.h
t@@ -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};
t@@ -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");