Hybrid-sleep instead of sleep

This commit is contained in:
Bad 2022-06-21 19:25:59 +02:00
parent 0e8f00890d
commit 2c0bc433c2

View file

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