aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 966cdbd..76884cb 100644
--- a/config.def.h
+++ b/config.def.h
@@ -33,7 +33,7 @@ typedef struct {
const char *name;
const void *cmd;
} Sp;
-const char *spcmd1[] = { "st", "-n", "spnews", "-e", "sfeed_curses", "$XDG_DATA_HOME/sfeed/feeds/*", NULL };
+const char *spcmd1[] = { "st", "-n", "spnews", "-e", "sf", NULL };
const char *spcmd2[] = { "st", "-n", "spmu", "-e", "cmus", NULL };
const char *spcmd3[] = { "st", "-n", "spterm1", NULL };
const char *spcmd4[] = { "st", "-n", "spterm2", NULL };