dotfiles/.config/newsboat/config
2026-06-07 17:06:56 -04:00

52 lines
1.2 KiB
Text

# -- feeds ---------------------------------------------------------------------
auto-reload yes
reload-time 120
reload-threads 4
download-retries 4
download-timeout 10
prepopulate-query-feeds yes
# -- display -------------------------------------------------------------------
show-read-feeds yes
feed-sort-order none
color info default default reverse
color listnormal_unread yellow default
color listfocus blue default reverse bold
color listfocus_unread blue default reverse bold
text-width 80
# -- navigation ----------------------------------------------------------------
goto-next-feed no
browser "w3m %u"
# macros done by pressing comma, then letter
macro o set browser "brave %u" ; open-in-browser ; set browser "w3m %u"
bind-key j down feedlist
bind-key k up feedlist
bind-key j next articlelist
bind-key k prev articlelist
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key j down article
bind-key k up article
# -- bookmarks -----------------------------------------------------------------
bookmark-cmd ~/.newsbeuter/bookmark.sh
bookmark-interactive no
bookmark-autopilot yes
# -- misc ----------------------------------------------------------------------
unbind-key C feedlist
confirm-exit no
cleanup-on-quit no