From 2050f29000c60c94987e6bd7af669c4b497a5cc6 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 26 Apr 2023 21:10:25 +0200 Subject: Newsboat Konfiguration hinzugefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + install.sh | 2 ++ newsboat/config | 11 +++++++++++ 3 files changed, 14 insertions(+) create mode 100644 newsboat/config diff --git a/.gitignore b/.gitignore index 7fe26ab..8075617 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .tmuxp.yaml +newsboat/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" # X11 cp X11/xinitrc ~/.xinitrc +# Newsboat +cp -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 @@ +browser "firefox --new-tab %u" +download-path "~/Downloads/!Podcasts" +auto-reload yes +reload-time 10 +keep-articles-days 180 +max-items 500 +confirm-mark-all-feeds-read no +confirm-mark-feed-read no + +macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" + -- cgit v1.3