Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jay Ta'ala
jt-config-repo
Commits
77e1a3d2
Commit
77e1a3d2
authored
May 05, 2018
by
Jay Ta'ala
Browse files
Increased i3exit "sleep" between locking and suspending/hibernating.
parent
3087bfc9
Changes
1
Hide whitespace changes
Inline
Side-by-side
i3exit/i3exit
View file @
77e1a3d2
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment