From 962e159db61dc6c7822aa899b1d9dc86fb6a0de5 Mon Sep 17 00:00:00 2001 From: axtloss Date: Sun, 28 Jan 2024 14:25:40 +0100 Subject: Add option to rotate outputs --- resources/default-config.kdl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'resources') 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 "x" or "x@". // If the refresh rate is omitted, niri will pick the highest refresh rate -- cgit