summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lock2
1 files changed, 1 insertions, 1 deletions
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