RSS Reader and design update
This commit is contained in:
42
dotfiles/.newsboat/config
Normal file
42
dotfiles/.newsboat/config
Normal file
@@ -0,0 +1,42 @@
|
||||
# general settings
|
||||
auto-reload yes
|
||||
max-items 50
|
||||
|
||||
show-read-articles no
|
||||
show-read-feeds yes
|
||||
reload-threads 100
|
||||
|
||||
# externel browser
|
||||
browser "/usr/local/bin/w3m %u"
|
||||
macro m set browser "/usr/local/bin/mpv %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u"
|
||||
macro l set browser "/usr/local/bin/firefox %u"; open-in-browser ; set browser "/usr/local/bin/w3m %u"
|
||||
|
||||
# Keybinds
|
||||
bind-key h quit
|
||||
bind-key j down
|
||||
bind-key k up
|
||||
bind-key l open
|
||||
bind-key H prev-feed
|
||||
bind-key L next-feed
|
||||
bind-key g home
|
||||
bind-key G end
|
||||
bind-key SPACE macro-prefix
|
||||
bind-key b bookmark
|
||||
bind-key ^F pagedown
|
||||
bind-key ^B pageup
|
||||
bind-key ^H toggle-show-read-feeds
|
||||
|
||||
# theme
|
||||
color background default default
|
||||
color listnormal default default
|
||||
color listnormal_unread default default
|
||||
color listfocus black color167
|
||||
color listfocus_unread black color167
|
||||
color info default black
|
||||
color article default default
|
||||
|
||||
# highlights
|
||||
highlight article "^(Title):.*$" blue default
|
||||
highlight article "https?://[^ ]+" red default
|
||||
highlight article "\\[image\\ [0-9]+\\]" green default
|
||||
|
||||
Reference in New Issue
Block a user