Skip to content

Commit

Permalink
hyprlock: Remove redundant information (#782)
Browse files Browse the repository at this point in the history
The default value is already shown in the rightmost column.
  • Loading branch information
llamasblade authored Sep 24, 2024
1 parent 083eddb commit 0c8ce70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/Hypr Ecosystem/hyprlock.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Variables in the `general` category:
| immediate_render | makes hyprlock immediately start to draw widgets. Backgrounds will render `background:color` until their `background:path` resource is available | 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 |
| text_trim | sets if the text should be trimmed, useful to avoid trailing newline in commands output | bool | true |
| fractional_scaling | whether to use fractional scaling. 0 - disabled, 1 - enabled, 2 - auto (default) | int | 2 |
| fractional_scaling | whether to use fractional scaling. 0 - disabled, 1 - enabled, 2 - auto | int | 2 |

## Keyboard Shortcuts and Actions

Expand Down

0 comments on commit 0c8ce70

Please sign in to comment.