aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xinstall.sh2
-rw-r--r--newsboat/config11
3 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7fe26ab..8075617 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
1.tmuxp.yaml 1.tmuxp.yaml
2newsboat/urls
diff --git a/install.sh b/install.sh
index 8cdbb4b..996344f 100755
--- a/install.sh
+++ b/install.sh
@@ -27,3 +27,5 @@ cp gdb/gdbinit "$CONFIG/gdb/gdbinit"
27# X11 27# X11
28cp X11/xinitrc ~/.xinitrc 28cp X11/xinitrc ~/.xinitrc
29 29
30# Newsboat
31cp -R newsboat "$CONFIG"
diff --git a/newsboat/config b/newsboat/config
new file mode 100644
index 0000000..c1ad577
--- /dev/null
+++ b/newsboat/config
@@ -0,0 +1,11 @@
1browser "firefox --new-tab %u"
2download-path "~/Downloads/!Podcasts"
3auto-reload yes
4reload-time 10
5keep-articles-days 180
6max-items 500
7confirm-mark-all-feeds-read no
8confirm-mark-feed-read no
9
10macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u"
11