From 03f0456fc90c1a6afce04154d18b7c5cb80d1ac9 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 31 Dec 2024 06:09:16 -0800 Subject: [PATCH] feat: disable grace on hyprlock to avoid bypassing after sleep --- hm/modules/linux/desktop-environment/hyprland/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/modules/linux/desktop-environment/hyprland/default.nix b/hm/modules/linux/desktop-environment/hyprland/default.nix index 166d239..0dcee78 100644 --- a/hm/modules/linux/desktop-environment/hyprland/default.nix +++ b/hm/modules/linux/desktop-environment/hyprland/default.nix @@ -341,7 +341,7 @@ in settings = { general = { hide_cursor = true; - grace = 1; + grace = 0; }; background = { monitor = cfg.screenlocker.monitor;