diff options
author | zachir <zachir@librem.one> | 2025-01-20 02:13:43 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-01-20 02:13:43 -0600 |
commit | 17ac21d22cf26d8c3b0f3ec40bbcb553a78f8188 (patch) | |
tree | 3b87e7c0cec44a7c4193464569ca510d1a5dabcd /hypr/hyprlock.conf | |
parent | c362a9c97fa130f7008a712de4fe474a4efe0123 (diff) |
Add grace to hyprlock
Specificall a 15 second grace, and ignore empty input.
Diffstat (limited to 'hypr/hyprlock.conf')
-rw-r--r-- | hypr/hyprlock.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |