diff options
author | Joe <rbo@gmx.us> | 2025-03-01 23:37:45 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2025-03-01 23:37:45 +0100 |
commit | 046138b956afff3dcd1c49ae778c89de6e721a0a (patch) | |
tree | 9d307ae0f97578a03b6f8fa860ce50bf6be4939b /config.def.h | |
parent | centered (diff) | |
download | dwl-046138b956afff3dcd1c49ae778c89de6e721a0a.tar.gz dwl-046138b956afff3dcd1c49ae778c89de6e721a0a.tar.bz2 dwl-046138b956afff3dcd1c49ae778c89de6e721a0a.tar.xz dwl-046138b956afff3dcd1c49ae778c89de6e721a0a.tar.zst dwl-046138b956afff3dcd1c49ae778c89de6e721a0a.zip |
fix
Diffstat (limited to 'config.def.h')
-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 }; |