diff options
author | zachir <zachir@librem.one> | 2025-01-20 01:48:00 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-01-20 01:48:00 -0600 |
commit | 2c7f331ab107267cf36c8c8ccb371f0cc451717d (patch) | |
tree | 250ca143d9993c97545f830a38a6c0ac7136e6d9 /hypr/hyprlock.conf | |
parent | 0545082bcc4fe8b79a95acf9c16f9593d9511caf (diff) | |
parent | 461c7af7ef31feb1db7e39762011ca0e54242d76 (diff) |
Merge branch 'master' into cla
Diffstat (limited to 'hypr/hyprlock.conf')
-rw-r--r-- | hypr/hyprlock.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hypr/hyprlock.conf b/hypr/hyprlock.conf index 84d08ae..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 = false - no_fade_out = false - ignore_empty_input = false + no_fade_in = true + no_fade_out = true + ignore_empty_input = true } background { |