From 9364e70986bcf3360681f7319ee43d5f1e31f173 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 30 Jul 2019 13:53:12 -0700 Subject: [PATCH] Add word splitting for xss-lock. --- bin/i3lock.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/i3lock.sh b/bin/i3lock.sh index 448ec2b..12d355e 100755 --- a/bin/i3lock.sh +++ b/bin/i3lock.sh @@ -1,6 +1,7 @@ #!/bin/sh LOCKER="i3lock -c 000000" -/usr/bin/xss-lock -- "${LOCKER}" & +# intentionally want word splitting below +/usr/bin/xss-lock -- ${LOCKER} & exec /usr/bin/xautolock \ -time 5 \ -detectsleep \