From db00354935a3bdc5170f2d75675b576cbe82635c Mon Sep 17 00:00:00 2001 From: John Titor <50095635+JohnRTitor@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:18:03 +0530 Subject: [PATCH] wl-logout/layout: change to hyprlock --- config/wlogout/layout | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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