aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-03-11 19:20:17 +0100
committerLibravatar Kenny Levinsen <kl@kl.wtf>2024-03-14 23:22:32 +0100
commit9139da6149ad4e5bff6cc67d4f2abc2126a66c25 (patch)
tree85d69268b4bae11c25ad10d595988e1fe2c20816 /sway
parentRe-create renderer when lost (diff)
downloadsway-9139da6149ad4e5bff6cc67d4f2abc2126a66c25.tar.gz
sway-9139da6149ad4e5bff6cc67d4f2abc2126a66c25.tar.zst
sway-9139da6149ad4e5bff6cc67d4f2abc2126a66c25.zip
man: drop fractional scale warning
With the fractional-scale protocol, clients can render without being downscaled.
Diffstat (limited to 'sway')
-rw-r--r--sway/sway-output.5.scd11
1 files changed, 4 insertions, 7 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 028cb7ab..727b4028 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -72,13 +72,10 @@ must be separated by one space. For example:
72 72
73*output* <name> scale <factor> 73*output* <name> scale <factor>
74 Scales the specified output by the specified scale _factor_. An integer is 74 Scales the specified output by the specified scale _factor_. An integer is
75 recommended, but fractional values are also supported. If a fractional 75 recommended, but fractional values are also supported. You may be better
76 value are specified, be warned that it is not possible to faithfully 76 served by setting an integer scale factor and adjusting the font size of
77 represent the contents of your windows - they will be rendered at the next 77 your applications to taste. HiDPI isn't supported with Xwayland clients
78 highest integer scale factor and downscaled. You may be better served by 78 (windows will blur).
79 setting an integer scale factor and adjusting the font size of your
80 applications to taste. HiDPI isn't supported with Xwayland clients (windows
81 will blur).
82 79
83*output* <name> scale_filter linear|nearest|smart 80*output* <name> scale_filter linear|nearest|smart
84 Indicates how to scale application buffers that are rendered at a scale 81 Indicates how to scale application buffers that are rendered at a scale