From 746bea5f6b88b4fb9d5d89577d606b1ef2df92ae Mon Sep 17 00:00:00 2001 From: katherine Date: Fri, 23 Nov 2018 00:41:06 -0700 Subject: add newsboat config it's a little annoying, doesn't quite have the basic motions there, but better than alternatives! --- .config/newsboat/config | 28 ++++++++++++++++++++++++++++ .config/newsboat/urls | 6 ++++++ 2 files changed, 34 insertions(+) create mode 100644 .config/newsboat/config create mode 100644 .config/newsboat/urls (limited to '.config/newsboat') diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..7b908ac --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,28 @@ +bind-key j down +bind-key k up + +unbind-key ^B +unbind-key ^F +bind-key ^U pageup +bind-key ^D pagedown + +bind-key ^N next-feed +bind-key ^P prev-feed +bind-key J next-feed +bind-key K prev-feed + +bind-key d delete-article +bind-key D delete-all-articles + + +color info white color8 +color listnormal white black +color listfocus white color8 +color listnormal_unread white black bold +color listfocus_unread white color8 bold +color article white black + + +auto-reload yes +browser "firefox --new-tab" +datetime-format "%Y %b %d" diff --git a/.config/newsboat/urls b/.config/newsboat/urls new file mode 100644 index 0000000..4d08b20 --- /dev/null +++ b/.config/newsboat/urls @@ -0,0 +1,6 @@ +https://feeds.soundcloud.com/users/soundcloud:users:237055046/sounds.rss +https://feeds.feedburner.com/99pi +https://blog.musicbrainz.org/category/listenbrainz/feed/ +https://pinecast.com/feed/theleagueof +https://blog.theleagueofmoveabletype.com/feed +https://shmibbles.me/blog/feed/ -- cgit v1.2.3