summaryrefslogtreecommitdiffstats
path: root/newsbeuter
diff options
context:
space:
mode:
Diffstat (limited to 'newsbeuter')
-rw-r--r--newsbeuter/.gitignore3
-rw-r--r--newsbeuter/config15
2 files changed, 18 insertions, 0 deletions
diff --git a/newsbeuter/.gitignore b/newsbeuter/.gitignore
new file mode 100644
index 0000000..8afd898
--- /dev/null
+++ b/newsbeuter/.gitignore
@@ -0,0 +1,3 @@
+cache.*
+credentials
+history.*
diff --git a/newsbeuter/config b/newsbeuter/config
new file mode 100644
index 0000000..76ae018
--- /dev/null
+++ b/newsbeuter/config
@@ -0,0 +1,15 @@
+include "~/.newsbeuter/credentials"
+urls-source "googlereader"
+googlereader-show-special-feeds no
+auto-reload yes
+browser luakit
+feedlist-format "%-35t %?d?- %-35d&? %> %u"
+notify-program notify-send
+notify-beep yes
+reload-threads 3
+show-read-feeds no
+show-read-articles no
+text-width 80
+articlelist-format "%t %> %f"
+feedlist-title-format "%N %V %> %u feeds with new articles"
+articlelist-title-format "%N %V %T"