change hyprlock grace to 5 seconds from 5 minutes

This commit is contained in:
Gabriella Bere 2024-08-23 02:24:15 +01:00
parent 0b58072bc4
commit e649ff6cf8

View file

@ -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;
}; };