From 2b572b2a89de8aca631de686e25f2f5d306a91bd Mon Sep 17 00:00:00 2001 From: Dennis Lee Date: Sat, 4 Apr 2020 12:52:29 -0700 Subject: substitute $HOME/.local/share with $XDG_DATA_HOME --- .local/bin/queueandnotify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/queueandnotify') diff --git a/.local/bin/queueandnotify b/.local/bin/queueandnotify index 867b15e..24746c8 100755 --- a/.local/bin/queueandnotify +++ b/.local/bin/queueandnotify @@ -3,7 +3,7 @@ # Podboat sucks. This script replaces it. # It reads the newsboat queue, queuing downloads with taskspooler. # It also removes the junk from extentions. -queuefile="$HOME/.local/share/newsboat/queue" +queuefile="$XDG_DATA_HOME/newsboat/queue" while read -r line; do [ -z "$line" ] && continue -- cgit v1.3.1