feat: disable grace on hyprlock to avoid bypassing after sleep

This commit is contained in:
Youwen Wu 2024-12-31 06:09:16 -08:00
parent d476395aad
commit 452138799c
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -341,7 +341,7 @@ in
settings = {
general = {
hide_cursor = true;
grace = 1;
grace = 0;
};
background = {
monitor = cfg.screenlocker.monitor;