From 2ce70d25af5c9b4ccc93ee5da5401ec8961d0fa8 Mon Sep 17 00:00:00 2001 From: Maximilian Seidler <78690852+PaideiaDilemma@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:39:04 +0200 Subject: [PATCH] hyprlock: add fractional_scaling option (#735) --- pages/Hypr Ecosystem/hyprlock.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/Hypr Ecosystem/hyprlock.md b/pages/Hypr Ecosystem/hyprlock.md index 8354836..ad39ced 100644 --- a/pages/Hypr Ecosystem/hyprlock.md +++ b/pages/Hypr Ecosystem/hyprlock.md @@ -25,6 +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 | ## Keyboard Shortcuts and Actions