From 997119c44338ad96a40b4a1d6e958f77062a37ef Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 29 May 2024 14:29:37 +0300 Subject: Enable fractional scaling --- resources/default-config.kdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 800e72c4..ad612d2c 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -65,7 +65,7 @@ input { // Run `niri msg outputs` while inside a niri instance to list all outputs and their modes. mode "1920x1080@120.030" - // Scale is a floating-point number, but at the moment only integer values work. + // You can use integer or fractional scale, for example use 1.5 for 150% scale. scale 2.0 // Transform allows to rotate the output counter-clockwise, valid values are: -- cgit