From 6968fb3123e69f563cd01d472967a9e6ddca2ec1 Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Wed, 13 Nov 2019 11:23:36 -0700 Subject: add scale_filter output config option --- sway/sway-output.5.scd | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sway/sway-output.5.scd') 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: applications to taste. HiDPI isn't supported with Xwayland clients (windows will blur). +*output* scale_filter linear|nearest|smart + Indicates how to scale application buffers that are rendered at a scale + lower than the output's configured scale, such as lo-dpi applications on + hi-dpi screens. Linear is smoother and blurrier, nearest (also known as + nearest neighbor) is sharper and blockier. Setting "smart" will apply + nearest scaling when the output has an integer scale factor, otherwise + linear. The default is "smart". + *output* subpixel rgb|bgr|vrgb|vbgr|none Manually sets the subpixel hinting for the specified output. This value is usually auto-detected, but some displays may misreport their subpixel -- cgit v1.2.3-54-g00ecf