mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
Add hyprlock text_trim option (#632)
This commit is contained in:
parent
a592caa781
commit
baabc6d62c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ Variables in the `general` category:
|
||||||
| no_fade_out | disables the fadeout animation | bool | false |
|
| no_fade_out | disables the fadeout animation | bool | false |
|
||||||
| ignore_empty_input | skips validation when no password is provided | bool | false |
|
| ignore_empty_input | skips validation when no password is provided | bool | false |
|
||||||
| pam_module | sets the pam module used for authentication. If the module isn't found in `/etc/pam.d`, "su" will be used as a fallback | str | hyprlock |
|
| pam_module | sets the pam module used for authentication. If the module isn't found in `/etc/pam.d`, "su" will be used as a fallback | str | hyprlock |
|
||||||
|
| text_trim | sets if the text should be trimmed, useful to avoid trailing newline in commands output | bool | true |
|
||||||
|
|
||||||
## Keyboard Shortcuts and Actions
|
## Keyboard Shortcuts and Actions
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue