hyprlock: reduce grace period to 3s
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m6s

This commit is contained in:
Jordan Holt 2025-04-25 21:53:00 +01:00
parent 3be9b64dd7
commit 02c914e9ce
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -8,7 +8,7 @@
settings = {
general = {
disable_loading_bar = false;
grace = 300;
grace = 3;
hide_cursor = true;
no_fade_in = false;
};