From 046138b956afff3dcd1c49ae778c89de6e721a0a Mon Sep 17 00:00:00 2001 From: Joe Date: Sat, 1 Mar 2025 23:37:45 +0100 Subject: fix --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -- cgit v1.2.3