mirror of
https://github.com/Matir/skel.git
synced 2026-09-22 21:06:56 -07:00
Script fixes
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#!/bin/sh
|
||||
LOCKTIME="${SCREENSAVER_MIN:-5}"
|
||||
LOCKER="i3lock -c 000000"
|
||||
# Cleanup previously leaked background agents
|
||||
pkill -x xss-lock 2>/dev/null || true
|
||||
pkill -x xautolock 2>/dev/null || true
|
||||
|
||||
# intentionally want word splitting below
|
||||
# do not quote this
|
||||
/usr/bin/xss-lock -- ${LOCKER} &
|
||||
|
||||
Reference in New Issue
Block a user