Add word splitting for xss-lock.

This commit is contained in:
David Tomaschik
2019-07-30 13:53:12 -07:00
parent 4b03c7d9e0
commit 9364e70986

View File

@@ -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 \