Suspend instead of hibernating

This commit is contained in:
Bad 2022-09-05 20:33:22 +02:00
parent 6469740fe3
commit f481387d5c

View file

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