diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-01-08 01:09:55 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-01-08 01:09:55 +0100 |
| commit | 1f0b8e1f999eb140aa7b63807dfce674d35a4814 (patch) | |
| tree | 498be47824d5b645c94dd140a27e64ea8042168d /.newsboat | |
| parent | a23b58c60540281e41dc73313f2c9598cf37a17f (diff) | |
| parent | 3ce48c4323f38d3b61a08e7e2add5543adabe5d7 (diff) | |
| download | dotfiles-1f0b8e1f999eb140aa7b63807dfce674d35a4814.tar.gz dotfiles-1f0b8e1f999eb140aa7b63807dfce674d35a4814.tar.bz2 dotfiles-1f0b8e1f999eb140aa7b63807dfce674d35a4814.zip | |
Merge branch 'master' into carbon
Diffstat (limited to '.newsboat')
| -rw-r--r-- | .newsboat/config | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/.newsboat/config b/.newsboat/config index 1af63b7..c8238c8 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -1,12 +1,13 @@ -auto-reload yes # reload feeds at startup +# auto-reload yes # reload feeds at startup +reload-threads 8 +max-items 100 +# pager less bind-key j down bind-key k up bind-key g home bind-key G end -# pager less - # solarized color-scheme color background default default color listnormal default default @@ -15,3 +16,12 @@ color listfocus black cyan 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 + +# browser vimb + +macro v set browser "mpv %u"; open-in-browser; set browser chromium |
