mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
newbeuter config
This commit is contained in:
parent
2cf51c9acb
commit
6c711debc1
41
newsbeuter/.newsbeuter/config
Normal file
41
newsbeuter/.newsbeuter/config
Normal file
@ -0,0 +1,41 @@
|
||||
# -- feeds ---------------------------------------------------------------------
|
||||
|
||||
auto-reload yes
|
||||
reload-time 15
|
||||
reload-threads 2
|
||||
max-downloads 4
|
||||
player mplayer
|
||||
refresh-on-startup yes
|
||||
show-read-feeds no
|
||||
|
||||
# Solarized color scheme
|
||||
color background default default
|
||||
color listnormal default default
|
||||
color listfocus black yellow
|
||||
color info default black
|
||||
color article default default
|
||||
|
||||
# -- navigation ----------------------------------------------------------------
|
||||
|
||||
goto-next-feed no
|
||||
browser qutebrowser
|
||||
|
||||
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
|
||||
|
||||
# highlights
|
||||
highlight article "^(Title):.*$" blue default
|
||||
highlight article "https?://[^ ]+" red default
|
||||
highlight article "\\[image\\ [0-9]+\\]" green default
|
||||
|
||||
# -- misc ----------------------------------------------------------------------
|
||||
|
||||
unbind-key C feedlist
|
||||
confirm-exit no
|
||||
cleanup-on-quit yes
|
1
newsbeuter/.newsbeuter/urls
Normal file
1
newsbeuter/.newsbeuter/urls
Normal file
@ -0,0 +1 @@
|
||||
https://news.ycombinator.com/rss
|
Loading…
Reference in New Issue
Block a user