From 17ac21d22cf26d8c3b0f3ec40bbcb553a78f8188 Mon Sep 17 00:00:00 2001
From: zachir <zachir@librem.one>
Date: Mon, 20 Jan 2025 02:13:43 -0600
Subject: Add grace to hyprlock

Specificall a 15 second grace, and ignore empty input.
---
 hypr/hyprlock.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'hypr')

diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf
index 57f9fdd..dc05411 100644
--- a/hypr/hyprlock.conf
+++ b/hypr/hyprlock.conf
@@ -1,10 +1,10 @@
 general {
   disable_loading_bar = true
   hide_cursor = true
-  grace = 0
+  grace = 15
   no_fade_in = true
   no_fade_out = true
-  ignore_empty_input = true
+  ignore_empty_input = false
 }
 
 background {
-- 
cgit v1.2.3