Files
skel/bin/i3lock.sh
David Tomaschik 9018536732 i3 updates.
2017-04-13 19:26:42 -07:00

10 lines
246 B
Bash
Executable File

#!/bin/sh
LOCKER="i3lock -c 000000"
/usr/bin/xss-lock -- "${LOCKER}" &
exec /usr/bin/xautolock \
-time 5 \
-detectsleep \
-locker "${LOCKER}" \
-notify 30 \
-notifier "notify-send -u critical -t 10000 -- 'LOCKING SCREEN IN 30 SECONDS'"