From 0f08d04698c814955116b6bae50752e64b774d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Thu, 23 Dec 2021 18:28:03 +0000 Subject: Thu Dec 23 06:28:03 PM UTC 2021 --- .config/newsboat/config | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 .config/newsboat/config (limited to '.config/newsboat/config') 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" -- cgit v1.2.3