tMove sfeed to home directory - 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 63c0c7269a962b9bdabc48633e0b79289bf4f170
 (DIR) parent 96b05cc5b69853df7bc1a73df7734be6ce75a1b9
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 10 Jul 2020 07:42:49 +0200
       
       Move sfeed to home directory
       
       Diffstat:
         M config.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -119,7 +119,7 @@ static const char *journalcmd[]        = TERMCMD("tmux-journal.sh");
        static const char *topcmd[]            = TERMCMD("top", "-C");
        static const char *mailcmd[]           = DUPLEXCMD("mutt");
        /* static const char *filecmd[]           = TERMCMD("sh", "-c", "cd ~/tmp; ls -p; $SHELL -l"); */
       -static const char *newscmd[]           = DUPLEXCMD("sfeed_curses /var/sfeed/feeds/*");
       +static const char *newscmd[]           = DUPLEXCMD("sfeed_curses $HOME/.sfeed/feeds/*");
        static const char *irccmd[]            = DUPLEXATTACHCMD("irc", "irc.sh");
        static const char *todocmd[]           = DUPLEXATTACHCMD("todo", EDITOR " " HOME "/doc/todo/todo.txt");
        static const char *calendarcmd[]       = DUPLEXATTACHCMD("calendar", "calendar.sh");