home/hyprlock: lock immediately

This commit is contained in:
2025-03-27 10:52:01 +01:00
parent a2f54a8f72
commit 3a857a6df5

View File

@@ -35,7 +35,7 @@ in
settings = {
general = {
disable_loading_bar = true;
grace = 300;
grace = 0;
hide_cursor = true;
no_fade_in = false;
};
@@ -63,6 +63,11 @@ in
shadow_passes = 2;
}
];
auth = {
"pam:enabled" = true;
"pam:module" = "hyprlock";
};
};
};