diff options
author | Matthew Lemon <lemon@x220.lan> | 2020-09-06 16:48:05 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@x220.lan> | 2020-09-06 16:48:05 +0100 |
commit | e4640e28c8449eea66392052bfab57ce0cdd27f9 (patch) | |
tree | 2be81b55bc37da60599f4e6d434e74a57694962e /newsboat/config |
first commit
Diffstat (limited to 'newsboat/config')
-rw-r--r-- | newsboat/config | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/newsboat/config b/newsboat/config new file mode 100644 index 0000000..df4334f --- /dev/null +++ b/newsboat/config @@ -0,0 +1,42 @@ +#browser "w3m %u" +auto-reload yes + +bind-key j down +bind-key k up +bind-key j next articlelist +bind-key k prev articlelist +bind-key J next-feed articlelist +bind-key K prev-feed articlelist +bind-key G end +bind-key g home +bind-key d pagedown +bind-key u pageup +#bind-key l open +bind-key h quit +bind-key a toggle-article-read +bind-key n next-unread +bind-key N prev-unread +bind-key D pb-download +bind-key U show-urls +bind-key x pb-delete + +refresh-on-startup yes +define-filter "Linux articles" "title =~ \"Linux\"" +color info color15 color6 +#macro y set browser "mpv %u"; open-in-browser ; set browser "elinks %u" +#color listfocus color15 color0 +#color listfocus color14 color0 +#color listfocus_unread color15 color0 bold +#highlight-article "title =~ \"Productivity\"" white red bold +#highlight-article "title =~ \"Setup\"" yellow red bold +#highlight all "Linux" yellow red bold +notify-program "notify-send" +notify-screen yes +notify-xterm yes + +max-items 20 +download-path "~/Downloads" + +player mpv +browser w3m +macro m set browser "mpv %u" ; open-in-browser ; set browser "w3m %u" |