mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 04:35:59 +01:00
hyprlock: Clarify that XDG env can affect the fade out behavior. (#818)
See hyprwm/hyprlock#521
This commit is contained in:
parent
59ed34c8b1
commit
dc631ceb2d
1 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,12 @@ Variables in the `general` category:
|
|||
| fingerprint_ready_message | sets the message that will be displayed when fprintd is ready to scan a fingerprint. | str | (Scan fingerprint to unlock) |
|
||||
| fingerprint_present_message | sets the message that will be displayed when a finger is placed on the scanner. | str | Scanning fingerprint |
|
||||
|
||||
{{< callout type=warning >}}
|
||||
|
||||
If you are not on hyprland, or your `XDG_CURRENT_DESKTOP` is not Hyprland, the fade out will be disabled and the value of your `no_fade_out` variable will be ignored.
|
||||
|
||||
{{< /callout >}}
|
||||
|
||||
## Keyboard Shortcuts and Actions
|
||||
|
||||
The following keys and key-combinations describe hyprlock's default behaviour:
|
||||
|
|
Loading…
Reference in a new issue