Is there a keyboard shortcut for system hibernation from Gnome
Hi,
Does someone happen to know if there is any keyboard shortcut available for putting the system into hibernate state from within Gnome ?
Tx for yr help.
There isn't a shortcut by default. If you want to hibernate when closing your laptop lid, you can edit
/etc/systemd/logind.conf
and addHandleLidSwitch=hibernate
. You could try creating a custom keyboard shortcut (Settings -- Keyboard -- Shortcuts
) but I'm not sure if it's possible to create a shortcut forpm-hibernate
as it requires sudo (AFAIK).