From 512f8f902c98fa4f74cab74c1fe4e83e18aad661 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 4 Dec 2023 23:18:53 +0900 Subject: wlogout-styling --- config/wlogout/layout | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config/wlogout/layout') diff --git a/config/wlogout/layout b/config/wlogout/layout index 6d1c3975..5f006580 100644 --- a/config/wlogout/layout +++ b/config/wlogout/layout @@ -24,7 +24,13 @@ } { "label" : "suspend", - "action" : "systemctl suspend", + "action" : "swaylock -f && systemctl suspend", "text" : "Suspend", "keybind" : "u" } +{ + "label" : "hibernate", + "action" : "systemctl hibernate", + "text" : "Hibernate", + "keybind" : "h" +} \ No newline at end of file -- cgit v1.2.3