From 602f7b1c6c4da776337c7c8622da9f1456fd7b5c Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 30 Nov 2022 15:49:18 +0100 Subject: bin/lock: use XDG_DATA_HOME --- bin/lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/lock b/bin/lock index 7aee163..f4110e7 100755 --- a/bin/lock +++ b/bin/lock @@ -32,7 +32,7 @@ else fx_args=(--image="${images[@]}") fi -for sh in "${HOME}"/.local/share/lock.d/*.sh; do +for sh in "${XDG_DATA_HOME}"/lock.d/*.sh; do # shellcheck disable=1090 if [ -r "$sh" ]; then . "$sh" || true; fi done -- cgit 1.4.1