aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-03-11 19:22:36 +0100
committerLibravatar Kenny Levinsen <kl@kl.wtf>2024-03-14 23:22:32 +0100
commitdc9f21730735a8700d972e096dc5ec58aec82a3b (patch)
treedf18b4108b1a90809817328518cd916e00fd1596 /sway
parentman: drop fractional scale warning (diff)
downloadsway-dc9f21730735a8700d972e096dc5ec58aec82a3b.tar.gz
sway-dc9f21730735a8700d972e096dc5ec58aec82a3b.tar.zst
sway-dc9f21730735a8700d972e096dc5ec58aec82a3b.zip
man: document that the scale might be adjusted
fractional-scale only supports representing fractions of 120. References: https://github.com/swaywm/sway/issues/8057
Diffstat (limited to 'sway')
-rw-r--r--sway/sway-output.5.scd3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 727b4028..7d088d5d 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -75,7 +75,8 @@ must be separated by one space. For example:
75 recommended, but fractional values are also supported. You may be better 75 recommended, but fractional values are also supported. You may be better
76 served by setting an integer scale factor and adjusting the font size of 76 served by setting an integer scale factor and adjusting the font size of
77 your applications to taste. HiDPI isn't supported with Xwayland clients 77 your applications to taste. HiDPI isn't supported with Xwayland clients
78 (windows will blur). 78 (windows will blur). A fractional scale may be slightly adjusted to match
79 requirements of the protocol.
79 80
80*output* <name> scale_filter linear|nearest|smart 81*output* <name> scale_filter linear|nearest|smart
81 Indicates how to scale application buffers that are rendered at a scale 82 Indicates how to scale application buffers that are rendered at a scale