mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add word splitting for xss-lock.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user