How can I make GNOME 3 use pm-suspend-hybrid instead of pm-suspend when closing the lid or using suspend from the menu?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
Be sure it worksFirst of all you need to be sure
in console and notice if it works as expected. HackingIt is more the hack than a solution. But it works for me. Execute the following commands in the console:
Contents of the new
Than give execution rights to this new script:
Enjoy! Notes
|
|||||
|
gsettings get org.gnome.settings-daemon.plugins.power lid-close-ac-action "hibernate"andgsettings get org.gnome.settings-daemon.plugins.power lid-close-battery-action "hibernate"you can also use "blank" or "shutdown" as the action – swatso33 May 3 '12 at 2:14