mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
hyprlock: fix hide_cursor default value (#597)
This commit is contained in:
parent
039eab9bf6
commit
b21a358bf6
1 changed files with 1 additions and 1 deletions
|
@ -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 |
|
||||
|
|
Loading…
Reference in a new issue