diff --git a/config/wlogout/layout b/config/wlogout/layout index 9559fee..ea46874 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -24,15 +24,13 @@ } { "label" : "suspend", - // "action" : "swaylock -f && systemctl suspend", - "action" : "hyprlock --immediate && systemctl suspend", + "action" : "systemctl suspend", "text" : "Suspend", "keybind" : "u" } { "label" : "hibernate", - // "action" : "swaylock -f && systemctl hibernate", - "action" : "hyprlock --immediate && systemctl hibernate", + "action" : "systemctl hibernate", "text" : "Hibernate", "keybind" : "h" } \ No newline at end of file