From 502274fd9f2c3f57d6a14915db848683aba28343 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Tue, 23 Jun 2020 23:43:26 +0300 Subject: move newsboat xdg compliant --- .config/newsboat/config | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .config/newsboat/config (limited to '.config/newsboat/config') diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..efa6849 --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,35 @@ +# general settings +auto-reload yes +max-items 100 +browser "/usr/bin/qutebrowser %u" +macro m set browser "/usr/bin/mpv %u"; open-in-browser ; set browser "/usr/bin/firefox %u" +macro l set browser "/usr/bin/firefox %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u" +reload-threads 3 +text-width 120 + +# unbind keys +unbind-key ENTER +unbind-key j +unbind-key k +unbind-key J +unbind-key K + +# bind keys - vim style +bind-key j down +bind-key k up +bind-key l open +bind-key h quit + +# solarized +color background default default +color listnormal default default +color listnormal_unread default default +color listfocus black cyan +color listfocus_unread black cyan +color info default black +color article default default + +# highlights +highlight article "^(Title):.*$" blue default +highlight article "https?://[^ ]+" red default +highlight article "\\[image\\ [0-9]+\\]" green default -- cgit v1.2.3-70-g09d2