blob: eaa21ef433201e728ded4a0d358f761010ccb3b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# config
show-read-feeds no
auto-reload yes
browser $BROWSER
cache-file "~/.local/cache/newsboat/cache.db"
# keybinds
bind-key RIGHT open
bind-key LEFT quit
# macros
macro m set browser "mpv %u" ; open-in-browser-and-mark-read ; set browser "$BROWSER %u"
|