diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2024-06-18 11:01:18 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2024-06-18 14:01:34 +0300 |
| commit | 986f2c14abad1b7a0663439bddee4e73d59dbd1a (patch) | |
| tree | 32e9e265f28b22a1be831d961d22327b22549ff8 /resources | |
| parent | 793e1bdbc5fdbf99e264558375bd27cffabc4ec8 (diff) | |
| download | niri-986f2c14abad1b7a0663439bddee4e73d59dbd1a.tar.gz niri-986f2c14abad1b7a0663439bddee4e73d59dbd1a.tar.bz2 niri-986f2c14abad1b7a0663439bddee4e73d59dbd1a.zip | |
Make scale use FloatOrInt
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 ad612d2c..469517da 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -66,7 +66,7 @@ input { mode "1920x1080@120.030" // You can use integer or fractional scale, for example use 1.5 for 150% scale. - scale 2.0 + scale 2 // Transform allows to rotate the output counter-clockwise, valid values are: // normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270. |
