diff options
Diffstat (limited to '.newsboat')
| -rw-r--r-- | .newsboat/config | 11 |
1 files changed, 7 insertions, 4 deletions
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 |
