Text double scaling under Hyprland when org.gnome.desktop.interface text-scaling-factor is also set #6014
-
|
Hi! I recently transitioned from i3 to Hyprland and have Hyprland monitor scale set to 1.66667 and also text-scaling-factor set to 1.66667 as it was left over from the x11 setup. Per changes in #4338 now it resulted text being scaling too large compared to other apps, such as kitty, which don't seem to pickup the text-scaling-factor under wayland. I can set the text-scaling-factor to 1 but the gtk_scale is rounded to 2(I have a 32'' 4K monitor) and the resulted text is still bigger than other apps. it'll be nice if kitty's scaling logic is replicated somehow. Setting it to 1 also means occasional switching back to i3 needs a extra script execution to reset the scale and font size. Implementing the fractional gtk scale later would still require resetting the text-scaling-factor when switching from and to x11. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I think this is intentional (?) The text scaling property on GNOME as far as I can tell is only used to implement the Big Text accessibility feature (where all text is scaled up 1.25x) and not as a replacement of fractional scaling of the entire screen. |
Beta Was this translation helpful? Give feedback.
Yeah, text-scaling-factor is only used to implement large text. Don't set it to be the same as your system zoom. We haven't implemented fractional scaling yet, but that's a known issue.