aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-output.5.scd
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <rpigott@berkeley.edu>2019-11-13 11:23:36 -0700
committerLibravatar Simon Ser <contact@emersion.fr>2019-11-29 18:13:37 +0100
commit6968fb3123e69f563cd01d472967a9e6ddca2ec1 (patch)
tree0e313d5e19da37762ab572e38c36ff33798f25fb /sway/sway-output.5.scd
parentoutput: Ensure that frame_done is delayed on max_render_time (diff)
downloadsway-6968fb3123e69f563cd01d472967a9e6ddca2ec1.tar.gz
sway-6968fb3123e69f563cd01d472967a9e6ddca2ec1.tar.zst
sway-6968fb3123e69f563cd01d472967a9e6ddca2ec1.zip
add scale_filter output config option
Diffstat (limited to 'sway/sway-output.5.scd')
-rw-r--r--sway/sway-output.5.scd8
1 files changed, 8 insertions, 0 deletions
diff --git a/sway/sway-output.5.scd b/sway/sway-output.5.scd
index 3824480f..2dfb2ac1 100644
--- a/sway/sway-output.5.scd
+++ b/sway/sway-output.5.scd
@@ -70,6 +70,14 @@ must be separated by one space. For example:
70 applications to taste. HiDPI isn't supported with Xwayland clients (windows 70 applications to taste. HiDPI isn't supported with Xwayland clients (windows
71 will blur). 71 will blur).
72 72
73*output* <name> scale_filter linear|nearest|smart
74 Indicates how to scale application buffers that are rendered at a scale
75 lower than the output's configured scale, such as lo-dpi applications on
76 hi-dpi screens. Linear is smoother and blurrier, nearest (also known as
77 nearest neighbor) is sharper and blockier. Setting "smart" will apply
78 nearest scaling when the output has an integer scale factor, otherwise
79 linear. The default is "smart".
80
73*output* <name> subpixel rgb|bgr|vrgb|vbgr|none 81*output* <name> subpixel rgb|bgr|vrgb|vbgr|none
74 Manually sets the subpixel hinting for the specified output. This value is 82 Manually sets the subpixel hinting for the specified output. This value is
75 usually auto-detected, but some displays may misreport their subpixel 83 usually auto-detected, but some displays may misreport their subpixel