commit 17762db79e81471bcf02e9f840e4b2118d5c8e71
parent 517a61e7c174dae166a694059b3054693a3163c8
Author: Alex Balgavy <a.balgavy@gmail.com>
Date: Mon, 16 Nov 2020 18:08:05 +0100
newsboat: follow digital privacy show
Former-commit-id: 7fffaf4f78b3c0b9f4f2a69761b1c85d69a3833b
Diffstat:
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/newsboat/cache.db.REMOVED.git-id b/newsboat/cache.db.REMOVED.git-id
@@ -1 +1 @@
-3d1eedbb04acdb1ca108b73fe6c7f56578f947e7-
\ No newline at end of file
+782ffa488940cec9649afe0cd3c4f7f1a21f6d80+
\ No newline at end of file
diff --git a/newsboat/urls b/newsboat/urls
@@ -40,6 +40,7 @@ https://www.linuxjournal.com/node/feed
https://write.as/thenewoil/feed/ "tech" "~The New Oil"
https://feeds.feedburner.com/http/unix-schoolblogspotcom "tech" "~The UNIX School"
https://sneak.berlin/feed.xml "tech" "~Jeffrey Paul"
+https://feeds.transistor.fm/the-digital-privacy-show "tech" "~dps.fm: Digital Privacy Show"
# Deep web
https://pirate.london/feed "deep web" "~pirate dot london"
diff --git a/scripts/linkhandler b/scripts/linkhandler
@@ -12,7 +12,7 @@ case "$1" in
&& sxiv -a "/tmp/$(printf "%s" "$1" | sed "s/.*\///")" 1>/dev/null 2>&1 &
;;
*mp3|*flac|*opus|*mp3?source*)
- setsid -f mpva "$1"
+ setsid -f mpv --volume=50 "$1" 1>/dev/null 2>&1
;;
*reddit.com*)
tuir "$1"