From 804e6b255e01a154589625e09bb8e1c9a3d06123 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 1 Oct 2024 13:58:05 +0200 Subject: [PATCH] Update --- home/system/wlogout/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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"; } ];