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