From cb79f9cca6af58b5003f0aadacc73dcf3861ec53 Mon Sep 17 00:00:00 2001 From: Nate Buttke Date: Thu, 10 Feb 2022 11:40:09 -0800 Subject: merge laptop and desktop newsboat files --- newsboat/.config/newsboat/config | 22 ++++++++++++++++++++++ newsboat/.config/newsboat/urls | 8 ++++++++ 2 files changed, 30 insertions(+) create mode 100644 newsboat/.config/newsboat/config diff --git a/newsboat/.config/newsboat/config b/newsboat/.config/newsboat/config new file mode 100644 index 0000000..2bd92b8 --- /dev/null +++ b/newsboat/.config/newsboat/config @@ -0,0 +1,22 @@ +# general settings +auto-reload yes +max-items 50 + +# browser +browser "firefox %u" + +# unbind keys +unbind-key ENTER +unbind-key j +unbind-key k +unbind-key J +unbind-key K + +# bind keys - vim style +bind-key j down +bind-key k up +bind-key l open +bind-key h quit + +#colorscheme to fix spaceduck +include /usr/share/doc/newsboat/contrib/colorschemes/custom diff --git a/newsboat/.config/newsboat/urls b/newsboat/.config/newsboat/urls index a9c4647..d67e047 100644 --- a/newsboat/.config/newsboat/urls +++ b/newsboat/.config/newsboat/urls @@ -1,4 +1,12 @@ https://danluu.com/atom.xml https://drewdevault.com/blog/index.xml https://nategb.xyz/blog/atom.xml +https://archlinux.org/feeds/news/ +https://www.youtube.com/feeds/videos.xml?channel_id=UCsnGwSIHyoYN0kiINAGUKxg +https://www.youtube.com/feeds/videos.xml?channel_id=UCcAy1o8VUCkdowxRYbc0XRw +https://www.youtube.com/feeds/videos.xml?channel_id=UCOWcZ6Wicl-1N34H0zZe38w +https://www.youtube.com/feeds/videos.xml?channel_id=UCL7DDQWP6x7wy0O6L5ZIgxg +https://www.youtube.com/feeds/videos.xml?channel_id=UCDPG5a6rinyhES4wTLrGfig +https://feeds.soundcloud.com/users/soundcloud:users:672423809/sounds.rss +https://protesilaos.com/master.xml https://feeds.buzzsprout.com/1121972.rss -- cgit v1.2.3