From f7a043ac3dcdb484862840d685ccc1025b98040b Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Wed, 9 Oct 2024 00:19:10 +0300 Subject: [PATCH] lock before suspending --- wlogout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlogout/layout b/wlogout/layout index 86b2184..f9744c0 100644 --- a/wlogout/layout +++ b/wlogout/layout @@ -24,7 +24,7 @@ } { "label" : "suspend", - "action" : "systemctl suspend", + "action" : "hyprlock & systemctl suspend", "text" : "Suspend", "keybind" : "u" }