tconfig.h: run sfeed_sync in tmux(1) session - 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 0b703506af6b0eb5eb225b127b5077b14fdfff7c
 (DIR) parent 20cc18da58427ebdbebe542d9c8b4d17961a5e7f
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat,  9 Oct 2021 21:02:44 +0200
       
       config.h: run sfeed_sync in tmux(1) session
       
       Diffstat:
         M config.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -126,7 +126,7 @@ 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 $HOME/.sfeed/feeds/*");
       -static const char *newsrefreshcmd[]    = TERMCMD("sfeed_sync");
       +static const char *newsrefreshcmd[]    = DUPLEXCMD("sfeed_sync");
        static const char *irccmd[]            = DUPLEXATTACHCMD("irc", "irc.sh");
        static const char *todocmd[]           = DUPLEXATTACHCMD("todo", "todo.sh");
        static const char *calendarcmd[]       = DUPLEXATTACHCMD("calendar", "calendar.sh");