|
@@ -6,12 +6,17 @@ if [[ $# -eq 0 ]] ; then
|
|
|
fi
|
|
|
|
|
|
case ${1} in
|
|
|
+ locker-command)
|
|
|
+ i3lock -c 242424 -d -e -f
|
|
|
+ ;;
|
|
|
lock)
|
|
|
save-emacs-files
|
|
|
- xscreensaver-command --lock
|
|
|
+ # xscreensaver-command --lock
|
|
|
+ xautolock -locknow
|
|
|
;;
|
|
|
start)
|
|
|
- xscreensaver
|
|
|
+ # xscreensaver
|
|
|
+ xautolock -time 10 -locker "i3-lock locker-command" -detectsleep -notify
|
|
|
;;
|
|
|
*)
|
|
|
echo "i3-lock [ lock | start ]"
|