diff options
author | luxagraf <sng@luxagraf.net> | 2020-02-16 13:23:56 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-02-16 13:23:56 -0500 |
commit | cd507c92f617d4a8a3f7bb0b43e425491ef7184d (patch) | |
tree | 42144ef0f35b91e7955f570c5ecc4bcec3c4d780 /.newsboat/config |
initial commit of dotfiles
Diffstat (limited to '.newsboat/config')
-rw-r--r-- | .newsboat/config | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/.newsboat/config b/.newsboat/config new file mode 100644 index 0000000..43d1e50 --- /dev/null +++ b/.newsboat/config @@ -0,0 +1,45 @@ +auto-reload "yes" +reload-time 360 +text-width 80 +urls-source "ttrss" +ttrss-flag-star "s" +ttrss-flag-publish "p" +ttrss-mode "multi" +ttrss-login "admin" +ttrss-password "hyperrealtranslinguis@34zaq" +ttrss-url "https://rss.luxagraf.net/" + +# vim-like navigation +bind-key j down +bind-key k up +bind-key g home +bind-key G end + +download-full-page yes +confirm-exit yes +#browser "~/bin/open-in-pane" +#browser "$BROWSER" +browser "qutebrowser" +#browser "vivaldi-stable" +#browser "firefox-developer-edition" +bind-key v open-in-browser-and-mark-read +#bind-key o open-in-browser-and-mark-read +save-path ~/documents/articles +bind-key S save +reload-threads 4 + +articlelist-format "%4i %f %D %?T?|%-17T| ?%t" + +#Solarized colors +color background default default +color listnormal default default +color listfocus black yellow +color info default black +color article default default + +highlight feedlist "^.* N .*$" cyan default +highlight articlelist "^.* N .*$" black yellow +# highlights +highlight article "^(Title):.*$" yellow default +highlight article "https?://[^ ]+" blue default +highlight article "\\[image\\ [0-9]+\\]" green default |