diff options
author | ZachIR <zachir@librem.one> | 2025-07-16 10:51:30 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-16 10:51:30 -0500 |
commit | c9c7856e1b98a5e007037228c4d2ce0edf085e8a (patch) | |
tree | 97be20de0572cc1956545b4932e7efd51ecd820d /hypr | |
parent | 3b0be2637d406136541224f33faa28a0e86124cf (diff) | |
parent | 1a7aa74d0867fa1c0b9c3516ed127f6dc1515be2 (diff) |
Merge branch 'master' into car
Diffstat (limited to 'hypr')
-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 57f9fdd..2ec72d3 100644 --- a/hypr/hyprlock.conf +++ b/hypr/hyprlock.conf @@ -1,10 +1,10 @@ general { - disable_loading_bar = true hide_cursor = true - grace = 0 - no_fade_in = true - no_fade_out = true - ignore_empty_input = true + immediate_render = true +} + +animations { + enabled = false } background { |