From 085a201da01495a549bf645122bdd71dbb37cb0b Mon Sep 17 00:00:00 2001 From: Niklas Date: Wed, 24 Jun 2020 12:11:29 +0200 Subject: [PATCH] changed last bg path to XDG_CONFIG_HOME --- .local/share/scripts/set-bg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/share/scripts/set-bg.sh b/.local/share/scripts/set-bg.sh index 5b54fd3..997d116 100755 --- a/.local/share/scripts/set-bg.sh +++ b/.local/share/scripts/set-bg.sh @@ -6,7 +6,7 @@ set -e [ -z "$@" ] && exit 0 -LAST_BG_LOCATION="$HOME/.cache/.last-bg" +LAST_BG_LOCATION="$XDG_CACHE_HOME/last-bg" feh --bg-scale $1