mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add word splitting for xss-lock.
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
LOCKER="i3lock -c 000000"
|
LOCKER="i3lock -c 000000"
|
||||||
/usr/bin/xss-lock -- "${LOCKER}" &
|
# intentionally want word splitting below
|
||||||
|
/usr/bin/xss-lock -- ${LOCKER} &
|
||||||
exec /usr/bin/xautolock \
|
exec /usr/bin/xautolock \
|
||||||
-time 5 \
|
-time 5 \
|
||||||
-detectsleep \
|
-detectsleep \
|
||||||
|
|||||||
Reference in New Issue
Block a user