mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +00:00
man: document that the scale might be adjusted
fractional-scale only supports representing fractions of 120. References: https://github.com/swaywm/sway/issues/8057
This commit is contained in:
parent
9139da6149
commit
dc9f217307
|
@ -75,7 +75,8 @@ must be separated by one space. For example:
|
||||||
recommended, but fractional values are also supported. You may be better
|
recommended, but fractional values are also supported. You may be better
|
||||||
served by setting an integer scale factor and adjusting the font size of
|
served by setting an integer scale factor and adjusting the font size of
|
||||||
your applications to taste. HiDPI isn't supported with Xwayland clients
|
your applications to taste. HiDPI isn't supported with Xwayland clients
|
||||||
(windows will blur).
|
(windows will blur). A fractional scale may be slightly adjusted to match
|
||||||
|
requirements of the protocol.
|
||||||
|
|
||||||
*output* <name> scale_filter linear|nearest|smart
|
*output* <name> scale_filter linear|nearest|smart
|
||||||
Indicates how to scale application buffers that are rendered at a scale
|
Indicates how to scale application buffers that are rendered at a scale
|
||||||
|
|
Loading…
Reference in a new issue