From b21a358bf66a0351a180f036f51ad0a36d5eeda6 Mon Sep 17 00:00:00 2001 From: davc0n Date: Sat, 13 Apr 2024 15:06:15 +0200 Subject: [PATCH] hyprlock: fix hide_cursor default value (#597) --- pages/Hypr Ecosystem/hyprlock.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md index cadf551..a237994 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -17,7 +17,7 @@ Variables in the `general` category: | variable | description | type | default | | -- | -- | -- | -- | | disable_loading_bar | disables the loading bar on the bottom of the screen while hyprlock is booting up. | bool | false | -| hide_cursor | hides the cursor instead of making it visible | bool | true | +| hide_cursor | hides the cursor instead of making it visible | bool | false | | 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 |