summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-06-16 17:03:56 -0400
committerLuke Smith <luke@lukesmith.xyz>2018-06-16 17:03:56 -0400
commit4bd0ed6a651739ac4ebef18a81cd974e3b5df7c3 (patch)
treec1a09bfc2eb20090694ecab1b17e7fdbb98a2111 /.config
parentbeaa788dea2fef0b447f7c455dbb09f088fc464c (diff)
downloadeibhear-4bd0ed6a651739ac4ebef18a81cd974e3b5df7c3.tar.gz
eibhear-4bd0ed6a651739ac4ebef18a81cd974e3b5df7c3.tar.zst
eibhear-4bd0ed6a651739ac4ebef18a81cd974e3b5df7c3.zip
newsboat config dir moved
Diffstat (limited to '.config')
-rw-r--r--.config/newsboat/config39
-rw-r--r--.config/newsboat/urls3
2 files changed, 42 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config
new file mode 100644
index 0000000..2ef689b
--- /dev/null
+++ b/.config/newsboat/config
@@ -0,0 +1,39 @@
+#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
+
+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 y set browser "spawndl"; open-in-browser ; set browser linkhandler
+macro w set browser "w3m"; open-in-browser ; set browser linkhandler
+macro p set browser "dmenuhandler"; 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
diff --git a/.config/newsboat/urls b/.config/newsboat/urls
new file mode 100644
index 0000000..5929580
--- /dev/null
+++ b/.config/newsboat/urls
@@ -0,0 +1,3 @@
+http://lukesmith.xyz/rss.xml
+https://forum.lukesmith.xyz/syndication.php?limit=15
+https://www.archlinux.org/feeds/news/ "tech"