diff --git a/users/profiles/sway/default.nix b/users/profiles/sway/default.nix index 416b92a..603c56c 100644 --- a/users/profiles/sway/default.nix +++ b/users/profiles/sway/default.nix @@ -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;