diff --git a/home/system/wlogout/default.nix b/home/system/wlogout/default.nix index f6ec622..3d7604b 100644 --- a/home/system/wlogout/default.nix +++ b/home/system/wlogout/default.nix @@ -22,10 +22,10 @@ keybind = "l"; } { - label = "hibernate"; - action = "systemctl hibernate"; - text = "Hibernate"; - keybind = "h"; + label = "suspend"; + action = "systemctl suspend"; + text = "Suspend"; + keybind = "u"; } { label = "logout"; @@ -34,10 +34,10 @@ keybind = "e"; } { - label = "suspend"; - action = "systemctl suspend"; - text = "Suspend"; - keybind = "u"; + label = "hibernate"; + action = "systemctl hibernate"; + text = "Hibernate"; + keybind = "h"; } ];