summaryrefslogtreecommitdiffstats
path: root/.config/newsboat/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/newsboat/config')
-rwxr-xr-x.config/newsboat/config38
1 files changed, 38 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config
new file mode 100755
index 0000000..0e8c120
--- /dev/null
+++ b/.config/newsboat/config
@@ -0,0 +1,38 @@
+
+# rgoncalves.se ~~ ~/.newsboat/config
+# newsboat configuration
+
+
+max-items 100
+reload-threads 100
+auto-reload yes
+reload-time 30
+text-width 80
+ssl-verifyhost no
+ssl-verifypeer no
+
+# vim
+unbind-key j
+unbind-key k
+unbind-key J
+unbind-key K
+bind-key j down
+bind-key k up
+bind-key l open
+bind-key h quit
+
+# colors
+color background color15 color0
+color listnormal color8 color0
+color listfocus color0 color15
+color listnormal_unread color15 color0
+color listfocus_unread color0 color15
+color info color0 color15
+color article color15 color0
+
+# multimedia
+browser "qutebrowser %u"
+macro y set browser "mpv %u" ; open-in-browser ; set browser "qutebrowser %u"
+
+# format
+feedlist-format "%4i %n %8u %24T | %t"
remember that computers suck.