Introduction
Introduction Statistics Contact Development Disclaimer Help
tFix path to todo file - dwm - [fork] customized build of dwm, the dynamic wind…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 1ee9a958cafd6263615b28f563760b062fb6742c
parent 19feefbc30198fcc8f5d6972c3a55cc75825e67f
Author: Anders Damsgaard <[email protected]>
Date: Thu, 9 Jul 2020 22:32:41 +0200
Fix path to todo file
Diffstat:
M config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.h b/config.h
t@@ -122,7 +122,7 @@ static const char *mailcmd[] = DUPLEXCMD("mutt");
/* static const char *filecmd[] = TERMCMD("sh", "-c", "cd ~/tmp; ls …
static const char *newscmd[] = DUPLEXCMD("sfeed_curses /var/sfeed/fe…
static const char *irccmd[] = DUPLEXATTACHCMD("irc", "irc.sh");
-static const char *todocmd[] = DUPLEXATTACHCMD("todo", EDITOR " " HO…
+static const char *todocmd[] = DUPLEXATTACHCMD("todo", EDITOR " " HO…
static const char *calendarcmd[] = DUPLEXATTACHCMD("calendar", "calendar…
static const char *mixercmd[] = TERMCMD("audiomixer");
static const char *musiccmd[] = TERMCMD("ncmpc");
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.