diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-05-29 14:29:37 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-06-18 12:23:50 +0300 |
| commit | 997119c44338ad96a40b4a1d6e958f77062a37ef (patch) | |
| tree | f04b9ed70866a3db0e186314ef0842cad4f8c7b6 /resources | |
| parent | 032589446a4bb0ae856cfa035feeb3113d50ca8f (diff) | |
| download | niri-997119c44338ad96a40b4a1d6e958f77062a37ef.tar.gz niri-997119c44338ad96a40b4a1d6e958f77062a37ef.tar.bz2 niri-997119c44338ad96a40b4a1d6e958f77062a37ef.zip | |
Enable fractional scaling
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
