diff options
author | ZachIR <zachir@librem.one> | 2024-11-19 12:46:49 -0600 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2024-11-19 12:47:31 -0600 |
commit | bc4303e0ff999fec14463f9405a7fc7add325477 (patch) | |
tree | 08120893c55af01472bb20ca50d2d1e13c56e884 /hypr | |
parent | 01432500285b3f0440edddbd3020524f02647701 (diff) |
Modify hyprlock behavior
Hide cursor and loading bar, and ignore empty input.
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprlock.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index 24208d6..57f9fdd 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -1,10 +1,10 @@ general { - disable_loading_bar = false - hide_cursor = false + disable_loading_bar = true + hide_cursor = true grace = 0 no_fade_in = true no_fade_out = true - ignore_empty_input = false + ignore_empty_input = true } background { |