changed last bg path to XDG_CONFIG_HOME

This commit is contained in:
Niklas 2020-06-24 12:11:29 +02:00
parent de3bd05cf4
commit 085a201da0

View File

@ -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