diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-04-01 09:09:06 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-04-01 09:09:06 -0700 |
| commit | a1b3dbb9c06fc9d92b21fcb527019177997f19e5 (patch) | |
| tree | 3b9f2162ccb474dccf1f7c855336fd883f6320df /.newsboat | |
| parent | fe669c357745a9b240fe475f7d20fbf553a86244 (diff) | |
| download | eibhear-a1b3dbb9c06fc9d92b21fcb527019177997f19e5.tar.gz eibhear-a1b3dbb9c06fc9d92b21fcb527019177997f19e5.tar.zst eibhear-a1b3dbb9c06fc9d92b21fcb527019177997f19e5.zip | |
newsboat config update
Diffstat (limited to '.newsboat')
| -rw-r--r-- | .newsboat/config | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/.newsboat/config b/.newsboat/config index a9e981b..d81e597 100644 --- a/.newsboat/config +++ b/.newsboat/config @@ -1,4 +1,4 @@ -auto-reload yes +#auto-reload yes external-url-viewer "urlview" @@ -14,6 +14,7 @@ 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 @@ -26,7 +27,11 @@ color listfocus_unread yellow default bold color info red black bold color article cyan default -browser webview -macro w open-in-browser -macro v set browser "i3 exec mpv"; open-in-browser ; set browser $BROWSER -macro y set browser "spawndl"; open-in-browser ; set browser $BROWSER +browser linkhandler +macro , open-in-browser +macro v set browser "i3 exec mpv"; open-in-browser ; set browser linkhandler +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 |
