From 533031746a37f0b74795efe8cb980792bde323c0 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Fri, 23 Dec 2022 17:20:25 +0530 Subject: [PATCH] newsboat: Update config --- newsboat/.newsboat/config | 4 ++++ newsboat/.newsboat/urls | 3 +++ 2 files changed, 7 insertions(+) diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config index 0b87305..0258c2d 100644 --- a/newsboat/.newsboat/config +++ b/newsboat/.newsboat/config @@ -16,6 +16,10 @@ cache-file "~/.local/share/cache.db" # Make the text width readable text-width 80 +# Clean up +cleanup-on-quit yes +delete-read-articles-on-quit yes + # unbind keys unbind-key j unbind-key k diff --git a/newsboat/.newsboat/urls b/newsboat/.newsboat/urls index 9cfc95d..7bda837 100644 --- a/newsboat/.newsboat/urls +++ b/newsboat/.newsboat/urls @@ -39,3 +39,6 @@ https://webrtcweekly.com/feed/ "~WebRTC Weekly" http://feeds.bbci.co.uk/news/world/rss.xml "~BBC World News" https://theprint.in/feed "~ThePrint" https://www.business-standard.com/rss/latest.rss "~BS" + +# Nature +https://www.nature.com/nature.rss "~Nature"