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