@@ -7,15 +7,16 @@ fi
case ${1} in
locker-command)
+ i3lock -c 536a77 -e -f -n
+ ;;
+ locker-command-fork)
i3lock -c 536a77 -e -f
;;
lock)
save-emacs-files
- # xscreensaver-command --lock
xautolock -locknow
start)
- # xscreensaver
xautolock -time 10 -locker "i3-lock locker-command" -detectsleep -notify 30
*)