Add newsboat config

This commit is contained in:
Augusto Gunsch 2021-08-13 16:37:46 -03:00
parent 0f5c0a3953
commit 252180fdfb
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 34 additions and 0 deletions

34
config/newsboat/config Normal file
View File

@ -0,0 +1,34 @@
feed-sort-order firsstag
color background white default
color article white default
color listfocus black white
color listfocus_unread black white bold
color listnormal color26 default
color listnormal_unread yellow default bold
color info white color26
highlight feedlist ".*-%-" color232 default
highlight feedlist ".*---.*---" color232 default
highlight feedlist "---.*---" magenta default
browser "qutebrowser %u"
macro f set browser "feh %u"
macro m set browser "mpv %u"
macro M set browser "mpv %u" ; open-in-browser ; set browser "qutebrowser %u"
macro q set browser "qutebrowser %u"
macro d set browser "youtube-dl -f best -o '~/videos/%(title)s.%(ext)s' '%u'"
macro D set browser "youtube-dl -f best -o '~/videos/%(title)s.%(ext)s' '%u'" ; open-in-browser ; set browser "qutebrowser %u"
macro y set browser "echo -n %u | xclip -sel clip" ; open-in-browser ; set browser "qutebrowser %u"
unbind-key l
bind-key j down
bind-key k up
bind-key G end
bind-key g home
bind-key G end
bind-key g home
bind-key h quit
bind-key l open
bind-key LEFT quit
bind-key RIGHT open