diff options
Diffstat (limited to '')
-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 06ee361..56310a4 100644 --- a/config.def.h +++ b/config.def.h @@ -66,7 +66,7 @@ static const Rule rules[] = { { NULL, "pcmanfm", 0, 1, 0, 0, -1, 'p' }, { NULL, "spflip", 0, 1, 0, 0, -1, 'h' }, { NULL, "spmpd", 0, 1, 0, 0, -1, 'm' }, - { NULL, "spnews", 0, 0, 0, 0, -1, 'm' }, + { NULL, "spnews", 0, 0, 0, 0, -1, 'n' }, }; const char *spterm[] = {"s", "alacritty", "--title", "spterm", NULL }; |