Time to give i3 a try.

This commit is contained in:
David Tomaschik
2017-04-12 14:38:43 -07:00
parent 3c2b06a81b
commit aa6f4213ff
3 changed files with 155 additions and 0 deletions

6
bin/i3lock.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
exec /usr/bin/xautolock \
-time 5 \
-locker "i3lock -c 000000" \
-notify 30 \
-notifier "notify-send -u critical -t 10000 -- 'LOCKING SCREEN IN 30 SECONDS'"