diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-09-06 08:54:13 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-09-06 08:54:13 +0100 |
commit | 27f475064070c50c55659061ccf0bd77cd970a99 (patch) | |
tree | 208586ddff0c71de60235758855c53ccb07bb4bc | |
parent | 1498acc17ee455b6f5facaddfb0485554f5291cb (diff) |
upped the limit
-rw-r--r-- | newsboat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newsboat/config b/newsboat/config index 6f2a242..f0962a7 100644 --- a/newsboat/config +++ b/newsboat/config @@ -38,7 +38,7 @@ notify-program "notify-send" notify-screen yes notify-xterm yes -max-items 20 +max-items 40 download-path "~/Downloads" player mpv |