From be991c0bf42be31198b3368116a27d9723a66b0f Mon Sep 17 00:00:00 2001 From: Abhinav Anil Date: Thu, 14 Mar 2024 18:53:56 +0530 Subject: [PATCH] hyprlock: add `no_fade_out` option (#530) --- pages/Hypr Ecosystem/hyprlock.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md index 5dc148e..d2252ba 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -15,6 +15,7 @@ Variables in the `general` category: | hide_cursor | hides the cursor instead of making it visible | bool | true | | grace | the amount of seconds for which the lockscreen will unlock on mouse movement. | int | 0 | | no_fade_in | disables the fadein animation | bool | false | +| no_fade_out | disables the fadeout animation | bool | false | ## Widgets