We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The arch tutorial on hibernate is quite mechanical and could probably be done via scripting to save some effort: https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hibernate#Hibernation
Also using suspend-then-hibernate would help laptop users from draining their batteries and losing work when left alone for a long time: https://wiki.archlinux.org/index.php/Power_management#Hybrid-sleep_on_suspend_or_hibernation_request This involves modifying HandleLidSwitch=suspend to HandleLidSwitch=suspend-then-hibernate in /etc/systemd/logind.conf Details: https://jlk.fjfi.cvut.cz/arch/manpages/man/logind.conf.5 Also discussion about suspend-then-hibernate at the bottom of the page: https://wiki.archlinux.org/index.php/Talk:Power_management/Suspend_and_hibernate#Suspend_then_hibernate
suspend-then-hibernate
HandleLidSwitch=suspend
HandleLidSwitch=suspend-then-hibernate
/etc/systemd/logind.conf
The text was updated successfully, but these errors were encountered:
Thanks for info and links. I don't use hibernate feature, I need to learn about it before implement it...
Sorry, something went wrong.
No branches or pull requests
The arch tutorial on hibernate is quite mechanical and could probably be done via scripting to save some effort:
https://wiki.archlinux.org/index.php/Power_management/Suspend_and_hibernate#Hibernation
Also using
suspend-then-hibernate
would help laptop users from draining their batteries and losing work when left alone for a long time:https://wiki.archlinux.org/index.php/Power_management#Hybrid-sleep_on_suspend_or_hibernation_request
This involves modifying
HandleLidSwitch=suspend
toHandleLidSwitch=suspend-then-hibernate
in/etc/systemd/logind.conf
Details: https://jlk.fjfi.cvut.cz/arch/manpages/man/logind.conf.5
Also discussion about
suspend-then-hibernate
at the bottom of the page: https://wiki.archlinux.org/index.php/Talk:Power_management/Suspend_and_hibernate#Suspend_then_hibernateThe text was updated successfully, but these errors were encountered: