From 0c8ce70a1da7ca2973530057d167ee95b18695fa Mon Sep 17 00:00:00 2001 From: llamasblade <69692580+llamasblade@users.noreply.github.com> Date: Tue, 24 Sep 2024 15:26:08 +0200 Subject: [PATCH] hyprlock: Remove redundant information (#782) The default value is already shown in the rightmost column. --- 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 ad39ced..4b9b805 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -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