diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index 19d69d4b..4aae7cc4 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -65,6 +65,10 @@ input { // Scale is a floating-point number, but at the moment only integer values work. scale 2.0 + // Transform allows to rotate the output counter-clockwise, valid values are: + // normal, 90, 180, 270, flipped, flipped-90, flipped-180 and flipped-270. + transform "normal" + // Resolution and, optionally, refresh rate of the output. // The format is "<width>x<height>" or "<width>x<height>@<refresh rate>". // If the refresh rate is omitted, niri will pick the highest refresh rate |
