newsboat config update
This commit is contained in:
parent
fe669c3577
commit
a1b3dbb9c0
1 changed files with 10 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
auto-reload yes
|
#auto-reload yes
|
||||||
|
|
||||||
external-url-viewer "urlview"
|
external-url-viewer "urlview"
|
||||||
|
|
||||||
|
@ -14,6 +14,7 @@ bind-key d pagedown
|
||||||
bind-key u pageup
|
bind-key u pageup
|
||||||
bind-key l open
|
bind-key l open
|
||||||
bind-key h quit
|
bind-key h quit
|
||||||
|
bind-key a toggle-article-read
|
||||||
bind-key n next-unread
|
bind-key n next-unread
|
||||||
bind-key N prev-unread
|
bind-key N prev-unread
|
||||||
bind-key D pb-download
|
bind-key D pb-download
|
||||||
|
@ -26,7 +27,11 @@ color listfocus_unread yellow default bold
|
||||||
color info red black bold
|
color info red black bold
|
||||||
color article cyan default
|
color article cyan default
|
||||||
|
|
||||||
browser webview
|
browser linkhandler
|
||||||
macro w open-in-browser
|
macro , open-in-browser
|
||||||
macro v set browser "i3 exec mpv"; open-in-browser ; set browser $BROWSER
|
macro v set browser "i3 exec mpv"; open-in-browser ; set browser linkhandler
|
||||||
macro y set browser "spawndl"; open-in-browser ; set browser $BROWSER
|
macro y set browser "spawndl"; open-in-browser ; set browser linkhandler
|
||||||
|
macro w set browser "w3m"; open-in-browser ; set browser linkhandler
|
||||||
|
# c copies the link to the clipboard.
|
||||||
|
# The line below is probably the skiddiest line I've ever written.
|
||||||
|
macro c set browser "copy(){ echo $1 | xclip ;}; copy "; open-in-browser ; set browser linkhandler
|
||||||
|
|
Loading…
Reference in a new issue