diff options
| author | Maciej Sobkowski <maciej@sobkow.ski> | 2025-05-15 10:37:33 +0200 |
|---|---|---|
| committer | Maciej Sobkowski <maciej@sobkow.ski> | 2025-05-15 10:37:33 +0200 |
| commit | 4805e09231c10fa59aca75145eba954739fb895b (patch) | |
| tree | deb079e6ccc8419ccbb22d1aa7e6e84ad6838d14 /.config/newsboat/config | |
| parent | 9e68be86b1ad573608f1ae89c694b120f524876f (diff) | |
.config/newsboat: add newsboat config and urls file
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 |
