diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2018-05-08 19:33:14 -0400 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2018-05-08 19:33:14 -0400 |
commit | 147caae9b43426491afabf8d60b922a85313ab12 (patch) | |
tree | acfcca348d92763bbc4b1bfb26668537cae55629 | |
parent | d2cb74c47f061ef1bbf9f78e870e80569717c8bf (diff) |
Adds initial newsboat configs
-rw-r--r-- | newsboat/.newsboat/cache.db | bin | 0 -> 1130496 bytes | |||
-rw-r--r-- | newsboat/.newsboat/config | 11 | ||||
-rw-r--r-- | newsboat/.newsboat/history.cmdline | 0 | ||||
-rw-r--r-- | newsboat/.newsboat/history.search | 0 | ||||
-rw-r--r-- | newsboat/.newsboat/queue | 1 | ||||
-rw-r--r-- | newsboat/.newsboat/urls | 13 |
6 files changed, 25 insertions, 0 deletions
diff --git a/newsboat/.newsboat/cache.db b/newsboat/.newsboat/cache.db Binary files differnew file mode 100644 index 0000000..2bce417 --- /dev/null +++ b/newsboat/.newsboat/cache.db diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config new file mode 100644 index 0000000..25ef17e --- /dev/null +++ b/newsboat/.newsboat/config @@ -0,0 +1,11 @@ +browser "firefox" +player "mpg123" +text-width 74 +download-path "~/podDownloads/%n" +save-path "~/podDownloads" +bind-key j down +bind-key k up +bind-key g home +bind-key G end +bind-key h quit +bind-key l open diff --git a/newsboat/.newsboat/history.cmdline b/newsboat/.newsboat/history.cmdline new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/newsboat/.newsboat/history.cmdline diff --git a/newsboat/.newsboat/history.search b/newsboat/.newsboat/history.search new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/newsboat/.newsboat/history.search diff --git a/newsboat/.newsboat/queue b/newsboat/.newsboat/queue new file mode 100644 index 0000000..88a48f6 --- /dev/null +++ b/newsboat/.newsboat/queue @@ -0,0 +1 @@ +https://traffic.megaphone.fm/GLT1268300753.mp3 "/home/tje/GLT1268300753.mp3" played diff --git a/newsboat/.newsboat/urls b/newsboat/.newsboat/urls new file mode 100644 index 0000000..114f376 --- /dev/null +++ b/newsboat/.newsboat/urls @@ -0,0 +1,13 @@ +https://www.theverge.com/rss/index.xml +https://www.troyhunt.com/rss/ +http://feeds.arstechnica.com/arstechnica/index +http://feeds.gimletmedia.com/hearreplyall +http://feeds.gimletmedia.com/thehabitat +http://feeds.99percentinvisible.org/99percentinvisible +https://www.npr.org/rss/rss.php?id=1001 +http://feeds.bbci.co.uk/news/rss.xml?edition=us +http://feeds.twit.tv/twit.xml +https://www.voidlinux.eu/atom.xml +https://github.com/voidlinux/void-packages/commits/master.atom +https://github.com/voidlinux/xbps/commits/master.atom + |