diff options
| author | Luke <luke@lukesmith.xyz> | 2018-01-21 18:29:48 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-01-21 18:29:48 -0700 |
| commit | 50adee4e79febf6f74594604e9f7083461b04227 (patch) | |
| tree | 54036701bd0957e51521e7f51d4d3b49450f22da /.newsboat | |
| parent | 68bd2acdc8f8040deab188c748d207d93ba923ca (diff) | |
| download | eibhear-50adee4e79febf6f74594604e9f7083461b04227.tar.gz eibhear-50adee4e79febf6f74594604e9f7083461b04227.tar.zst eibhear-50adee4e79febf6f74594604e9f7083461b04227.zip | |
"first" commit, preparing for LARBS 2.0
Diffstat (limited to '.newsboat')
| -rw-r--r-- | .newsboat/config | 32 | ||||
| -rw-r--r-- | .newsboat/urls | 1 |
2 files changed, 33 insertions, 0 deletions
diff --git a/.newsboat/config b/.newsboat/config new file mode 100644 index 0000000..1196712 --- /dev/null +++ b/.newsboat/config @@ -0,0 +1,32 @@ +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 n next-unread +bind-key N prev-unread +bind-key D pb-download +bind-key U show-urls + +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 webview +macro w open-in-browser +macro v set browser "i3 exec mpv"; open-in-browser ; set browser $BROWSER diff --git a/.newsboat/urls b/.newsboat/urls new file mode 100644 index 0000000..90b5af7 --- /dev/null +++ b/.newsboat/urls @@ -0,0 +1 @@ +http://lukesmith.xyz/rss.xml |
