i3 updates.

This commit is contained in:
David Tomaschik
2017-04-13 19:26:42 -07:00
parent 7e8687ffa8
commit 9018536732
3 changed files with 5 additions and 2 deletions

View File

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