From 26d35d408f84f50994e5bdc74d95c14b1565e7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Fri, 1 Nov 2024 17:48:50 +0100 Subject: [PATCH] Home Gen416 @ 2024-11-01-17:48 --- modules/home/wlogout/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/wlogout/config.nix b/modules/home/wlogout/config.nix index cf1dee1..0dd0343 100644 --- a/modules/home/wlogout/config.nix +++ b/modules/home/wlogout/config.nix @@ -20,7 +20,7 @@ } { label = "hibernate"; - action = "hyprlock --immediate && systemctl hibernate"; + action = "hyprlock --immediate & (sleep 1; systemctl hibernate -i)"; text = "Hibernate"; keybind = "h"; }