changed last bg path to XDG_CONFIG_HOME
This commit is contained in:
parent
de3bd05cf4
commit
085a201da0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user