39 lines
663 B
Plaintext
39 lines
663 B
Plaintext
# unbind keys
|
|
unbind-key ENTER
|
|
unbind-key j
|
|
unbind-key k
|
|
unbind-key J
|
|
unbind-key K
|
|
|
|
# bind keys - vim style
|
|
bind-key j down
|
|
bind-key k up
|
|
bind-key l open
|
|
bind-key h quit
|
|
|
|
|
|
bind-key g home
|
|
bind-key G end
|
|
bind-key a toggle-article-read
|
|
# bind-key D pb-download
|
|
# bind-key U show-urls
|
|
# bind-key x pb-delete
|
|
auto-reload yes
|
|
reload-threads 50
|
|
confirm-mark-feed-read yes
|
|
prepopulate-query-feeds yes
|
|
|
|
browser "dmenu-link-handler $U"
|
|
|
|
include ~/.config/newsboat/dark
|
|
|
|
urls-source "miniflux"
|
|
miniflux-url "https://feed.cronyakatsuki.xyz/"
|
|
miniflux-login "crony"
|
|
miniflux-passwordeval "news-pass"
|
|
miniflux-min-items 0
|
|
|
|
download-path "~/downs"
|
|
max-downloads 2
|
|
player "mpv"
|