mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
feat: disable grace on hyprlock to avoid bypassing after sleep
This commit is contained in:
parent
d476395aad
commit
452138799c
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ in
|
|||
settings = {
|
||||
general = {
|
||||
hide_cursor = true;
|
||||
grace = 1;
|
||||
grace = 0;
|
||||
};
|
||||
background = {
|
||||
monitor = cfg.screenlocker.monitor;
|
||||
|
|
Loading…
Reference in a new issue