dotfiles/.config/newsboat/config

45 lines
1.1 KiB
Plaintext
Raw Normal View History

2021-02-20 17:14:05 +00:00
# -- feeds
2021-01-01 06:58:37 +00:00
auto-reload yes
2021-02-20 17:14:05 +00:00
reload-threads 4
download-retries 4
download-timeout 10
2021-01-02 03:40:57 +00:00
cache-file "~/.config/newsboat/cache.db"
2021-02-20 17:14:05 +00:00
# -- display
text-width 80
# -- navigation
goto-next-feed no
2021-06-22 17:21:15 +00:00
browser "librewolf -nocolor"
2021-02-20 17:14:05 +00:00
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
# -- macros
2021-06-22 17:21:15 +00:00
macro m set browser "mpv %u > /dev/null &"; open-in-browser ; set browser "librewolf -nocolor"
macro a set browser "echo %u | xclip -sel clip"; open-in-browser ; set browser "librewolf -nocolor"
2021-05-22 17:07:32 +00:00
macro v set browser "curl %u > /tmp/img && sxiv /tmp/img && rm /tmp/img &"; open-in-browser ; set browser "lynx -nocolor"
2021-02-20 17:14:05 +00:00
# -- podboat
delete-played-files no
download-path "~/dox/pod/%h/%n"
max-downloads 4
2021-06-22 17:21:15 +00:00
player "mp3blaster"
2021-02-20 17:14:05 +00:00
# -- color
2021-06-25 15:50:25 +00:00
color listfocus white black bold
color listfocus_unread white black bold
color info white black bold
color article white black
2021-01-01 06:58:37 +00:00
2021-02-20 17:14:05 +00:00
# -- misc
unbind-key C feedlist
confirm-exit no
cleanup-on-quit no