From 3d5439a1be5e05f32faea88974bcef8a711ca987 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 23 Feb 2021 21:53:50 +0100 Subject: Misc updates, zathura down/up shortcut, XDG standard env variables, newsboat more threads, newsboat notification after reload --- .newsboat/config | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to '.newsboat/config') diff --git a/.newsboat/config b/.newsboat/config index 3dd60f4..f3ef9e1 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -1,5 +1,5 @@ # auto-reload yes # reload feeds at startup -reload-threads 8 +reload-threads 64 max-items 100 # pager less @@ -20,11 +20,14 @@ color listfocus_unread black cyan color info default black color article default default - highlight article "^(Title):.*$" blue default highlight article "https?://[^ ]+" red default highlight article "\\[image\\ [0-9]+\\]" green default +highlight all "---.*" yellow default +highlight all "===.*" yellow default +highlight feedlist ".*(0/0))" black default -# browser vimb +macro v set browser "mpv --ytdl-format=best %u"; open-in-browser; set browser qutebrowser -macro v set browser "mpv --ytdl-format=best %u"; open-in-browser; set browser chromium +notify-always yes +notify-program /usr/bin/notify-send -- cgit