projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce9392e
)
Limit number of feed entries
author
Sergey Matveev <stargrave@stargrave.org>
Sat, 16 Jan 2021 12:44:23 +0000 (15:44 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Sat, 16 Jan 2021 12:44:23 +0000 (15:44 +0300)
newsboat/.newsboat/config
patch
|
blob
|
history
diff --git
a/newsboat/.newsboat/config
b/newsboat/.newsboat/config
index 9ed6e06019478584ea35d783c377dec6ebf2093f..bf9f3cdab79d521b1e8d8672973e5f6ef99d7476 100644
(file)
--- a/
newsboat/.newsboat/config
+++ b/
newsboat/.newsboat/config
@@
-4,6
+4,8
@@
bind-key ^Y up
bind-key ^E down
notify-beep yes
+max-items 100
+
auto-reload yes
reload-time 120
reload-threads 10