Introduction
Introduction Statistics Contact Development Disclaimer Help
tUse irc.sh script instead of writing out command - dwm - [fork] customized bui…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit c9f25c277841322ad47f19ec6a0931cf3d3944d3
parent 786a9ed7f3f238fcb55faac15162f1a1a4d11532
Author: Anders Damsgaard <[email protected]>
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(-)
---
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"…
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("…
static const char *calendarcmd[] = DUPLEXATTACHCMD("calendar", "calendar…
/* static const char *filecmd[] = TERMCMD("sh", "-c", "cd ~/tmp; ls …
static const char *mailcmd[] = DUPLEXCMD("mutt");
-static const char *irccmd[] = DUPLEXATTACHCMD("irc", "ssh -t irc@ad…
+static const char *irccmd[] = DUPLEXATTACHCMD("irc", "irc.sh");
static const char *topcmd[] = TERMCMD("top", "-C");
static const char *mixercmd[] = TERMCMD("audiomixer");
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.