From 46970ee1ccae1fc33e6050f6dc324a7252313c4f Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 31 Dec 2023 14:58:06 +0900 Subject: [PATCH] added swaylock before hibernate --- config/wlogout/layout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/wlogout/layout b/config/wlogout/layout index 4c6b5c4..bbcb625 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -30,7 +30,7 @@ } { "label" : "hibernate", - "action" : "systemctl hibernate", + "action" : "swaylock -f && systemctl hibernate", "text" : "Hibernate", "keybind" : "h" } \ No newline at end of file