change hyprlock grace to 5 seconds from 5 minutes
This commit is contained in:
parent
0b58072bc4
commit
e649ff6cf8
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@
|
||||||
settings = {
|
settings = {
|
||||||
general = {
|
general = {
|
||||||
disable_loading_bar = true;
|
disable_loading_bar = true;
|
||||||
grace = 300;
|
grace = 5;
|
||||||
hide_cursor = true;
|
hide_cursor = true;
|
||||||
no_fade_in = false;
|
no_fade_in = false;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue