Commit 77e1a3d2 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Increased i3exit "sleep" between locking and suspending/hibernating.

parent 3087bfc9
......@@ -15,10 +15,10 @@ case "$1" in
dm-tool switch-to-greeter
;;
suspend)
dm-tool lock && sleep 1 && $logind suspend
dm-tool lock && sleep 2 && $logind suspend
;;
hibernate)
dm-tool lock && sleep 1 && $logind hibernate
dm-tool lock && sleep 2 && $logind hibernate
;;
reboot)
$logind reboot
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment