blob: 74186291bbcd21be8bb7ad086d526b90ecf31ff2 (
plain) (
tree)
|
|
#browser "w3m %u"
auto-reload yes
bind-key j down
bind-key k up
bind-key j next articlelist
bind-key k prev articlelist
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key G end
bind-key g home
bind-key d pagedown
bind-key u pageup
#bind-key l open
bind-key h quit
bind-key a toggle-article-read
bind-key n next-unread
bind-key N prev-unread
bind-key D pb-download
bind-key U show-urls
bind-key x pb-delete
refresh-on-startup yes
define-filter "Linux articles" "title =~ \"Linux\""
#color info color15 color6
# Light Solarized color scheme for newsbeuter, based on
# Ethan Schoonover's Solarized.
#
# In order to use this color scheme, you must first configure
# your terminal emulator to use the Solarized palette.
# See <http://ethanschoonover.com/solarized/> for more information.
color background default default
color listnormal default default
color listnormal_unread default default
color listfocus white yellow
color listfocus_unread white yellow
color info default white
color article default default
# highlights
highlight article "^(Title):.*$" blue default
highlight article "https?://[^ ]+" red default
highlight article "\\[image\\ [0-9]+\\]" green default
#macro y set browser "mpv %u"; open-in-browser ; set browser "elinks %u"
#color listfocus color15 color0
#color listfocus color14 color0
#color listfocus_unread color15 color0 bold
#highlight-article "title =~ \"Productivity\"" white red bold
#highlight-article "title =~ \"Setup\"" yellow red bold
#highlight all "Linux" yellow red bold
notify-program "notify-send"
notify-screen yes
notify-xterm yes
max-items 20
download-path "~/Downloads"
player mpv
browser qutebrowser
macro m set browser "mpv %u" ; open-in-browser ; set browser "qutebrowser %u"
|