diff options
author | joe <rbo@gmx.us> | 2025-10-06 12:09:50 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-06 12:09:50 +0200 |
commit | 3e7fb017b4bf9695f9028b1c7de6216405bab764 (patch) | |
tree | ca2f80c4ed7d5decf29632998fe3fd80fd090df3 | |
parent | up (diff) | |
download | dwm-3e7fb017b4bf9695f9028b1c7de6216405bab764.tar.gz dwm-3e7fb017b4bf9695f9028b1c7de6216405bab764.tar.bz2 dwm-3e7fb017b4bf9695f9028b1c7de6216405bab764.tar.xz dwm-3e7fb017b4bf9695f9028b1c7de6216405bab764.tar.zst dwm-3e7fb017b4bf9695f9028b1c7de6216405bab764.zip |
up
-rw-r--r-- | config.def.h | 2 |
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 }; |