diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-23 21:53:50 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-23 21:53:50 +0100 |
| commit | 3d5439a1be5e05f32faea88974bcef8a711ca987 (patch) | |
| tree | b415e525d5b3a54a4695babd78a17a494bb539c1 /.newsboat | |
| parent | 32b428284ebf29c24bcf301f3d035b35463dbad7 (diff) | |
| download | dotfiles-3d5439a1be5e05f32faea88974bcef8a711ca987.tar.gz dotfiles-3d5439a1be5e05f32faea88974bcef8a711ca987.tar.bz2 dotfiles-3d5439a1be5e05f32faea88974bcef8a711ca987.zip | |
Misc updates, zathura down/up shortcut, XDG standard env variables, newsboat more threads, newsboat notification after reload
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 |
