diff options
| -rw-r--r-- | config.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -80,7 +80,7 @@ static const char *vifmcmd[]    = { "/usr/local/bin/st", "-e", "/usr/local/bin/v  static const char *editcmd[]    = { "/usr/local/bin/emacsclient", "-c", NULL };  static const char *browsercmd[] = { "/usr/local/bin/torify", "/usr/local/bin/iridium", NULL };  static const char *w3mcmd[]     = { "/usr/local/bin/st", "-e", "/usr/local/bin/w3m", "https://start.duckduckgo.com/", NULL }; -static const char *nbcmd[]      = { "/usr/local/bin/st", "-e", "/usr/local/bin/newsboat", NULL }; +static const char *nbcmd[]      = { "/usr/local/bin/st", "-e", "/usr/local/bin/torify", "/usr/local/bin/newsboat", NULL };  static const char *vimpccmd[]   = { "/usr/local/bin/st", "-e", "/usr/local/bin/vimpc", NULL };  static const char *calcmd[]     = { "/usr/local/bin/st", "-e", "/usr/local/bin/calcurse", "-C", "/home/jozan/.config/calcurse", "-D", "/home/jozan/.local/share/calcurse", NULL };  static const char *sclicmd[]    = { "/usr/local/bin/st", "-e", "/usr/local/bin/scli", NULL }; | 
