URI:
       tconfig.h: update ncmpc remote - dwm - [fork] customized build of dwm, the dynamic window manager
  HTML git clone git://src.adamsgaard.dk/dwm
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit cabe79ee3d5252abcd80bf978a3a7363bcd109f4
   DIR parent 28109d558ecdc350bff273dee02911bc78080bd4
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat,  8 Oct 2022 15:22:18 +0200
       
       config.h: update ncmpc remote
       
       Diffstat:
         M config.h                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -77,7 +77,7 @@ static char dmenumon[2] = "0";
        #define HOME "/home/ad"
        #define TERMINAL HOME "/bin/x-terminal-emulator"
        #define BROWSER "firefox"
       -#define MPD_REMOTE "10.0.0.1"
       +#define MPD_REMOTE "mini"
        
        #define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } }
        #define TERMCMD(...)   {TERMINAL, "-e", __VA_ARGS__, NULL}