cant use xdg in script not run from zsh
This commit is contained in:
parent
46275d65d7
commit
6ef4a94508
@ -6,7 +6,7 @@ set -e
|
||||
|
||||
[ -z "$@" ] && exit 0
|
||||
|
||||
LAST_BG_LOCATION="$XDG_CACHE_HOME/.last-bg"
|
||||
LAST_BG_LOCATION="$HOME/.cache/.last-bg"
|
||||
|
||||
feh --bg-scale $1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user