From 2491973cab2f22606a975c4378adde6a8676e1c2 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 19 Jan 2020 21:00:05 +0100 Subject: [PATCH] xss-lock: provide session ID directly xss-lock is not able to grab it by itself. See --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 4b96923..f28ecea 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -16,7 +16,7 @@ unconfigure() { case "$1" in start) configure - exec xss-lock -n "$me notify" -l $me lock + exec xss-lock -s ${XDG_SESSION_ID} -n "$me notify" -l $me lock ;; dim|notify) echo "$(date --rfc-3339=seconds) $me: notify: start"