diff --git a/users/profiles/sway/default.nix b/users/profiles/sway/default.nix index 603c56c..c26ef63 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 hibernate"; + "XF86PowerOff" = "exec systemctl suspend"; }; }; wrapperFeatures.gtk = true;