Hibernate instead of sleeping

This commit is contained in:
Bad 2022-08-02 18:54:41 +02:00
parent dae4775656
commit 2ef25db9c3

View file

@ -38,7 +38,7 @@ in
{ command = "dbus-update-activation-environment WAYLAND_DISPLAY"; }
];
keybindings = lib.mkOptionDefault {
"XF86PowerOff" = "exec systemctl hybrid-sleep";
"XF86PowerOff" = "exec systemctl hibernate";
};
};
wrapperFeatures.gtk = true;