diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-01-21 13:00:09 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-01-21 13:00:09 +0300 |
commit | adc9c78a4f01b908fce746a3e997e8ef670e46fa (patch) | |
tree | 12b02a116689241d6b61b310688c5a21758dcc20 /dotfiles/.config/newsboat/config | |
parent | ff860296848e6e5defc20411d01ff29517b7fa27 (diff) | |
download | swayrice-adc9c78a4f01b908fce746a3e997e8ef670e46fa.tar.gz swayrice-adc9c78a4f01b908fce746a3e997e8ef670e46fa.zip |
newsboat config
Diffstat (limited to 'dotfiles/.config/newsboat/config')
-rw-r--r-- | dotfiles/.config/newsboat/config | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/dotfiles/.config/newsboat/config b/dotfiles/.config/newsboat/config new file mode 100644 index 0000000..e33fc4f --- /dev/null +++ b/dotfiles/.config/newsboat/config @@ -0,0 +1,37 @@ +#auto-reload yes + +external-url-viewer "urlview" + +bind-key j down +bind-key k up +bind-key j next articlelist +bind-key k prev articlelist +bind-key J next-feed articlelist +bind-key K prev-feed articlelist +bind-key G end +bind-key g home +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 +bind-key U show-urls +bind-key x pb-delete +bind-key ^D pagedown +bind-key ^U pageup + +color listnormal cyan default +color listfocus black yellow standout bold +color listnormal_unread blue default +color listfocus_unread yellow default bold +color info red black bold +color article cyan default + +browser linkhandler +macro , open-in-browser +macro v set browser "i3 exec mpv"; open-in-browser ; set browser linkhandler +macro w set browser "w3m"; open-in-browser ; set browser linkhandler +macro c set browser "copy(){ echo $1 | wl-copy ;}; copy "; open-in-browser ; set browser linkhandler |