From efe686b534951f35e08fd8602127f308971b8fef Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 8 Feb 2020 17:53:12 +0100 Subject: [PATCH] xss-lock: use more descriptive flags --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 07092e8..c42a071 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -17,7 +17,7 @@ unconfigure() { case "$1" in start) configure - exec xss-lock -s ${XDG_SESSION_ID} -n "$me notify" -l $me lock + exec xss-lock --session=${XDG_SESSION_ID} --notifier="$me notify" --transfer-sleep-lock "$me" lock ;; dim|notify) echo "notify: start"