diff options
Diffstat (limited to '.config/newsboat/config')
| -rw-r--r-- | .config/newsboat/config | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..d32852c --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,24 @@ +# reloading +auto-reload yes +reload-time 10 + +# storage +max-items 1000 + +# interface +bind-key k up +bind-key j down +bind-key O open-in-browser-and-mark-read + +color background white default +color listnormal white default +color listfocus black blue bold +color listnormal_unread white default bold +color listfocus_unread black blue bold +color info black blue bold +color article white default + +# useragent +user-agent "Mozilla/5.0 (X11; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0" + +datetime-format %x |
