From 11282f6abe32f9671dc0a7ce49d64bc4f2d79e6b Mon Sep 17 00:00:00 2001 From: Sven Fischer Date: Mon, 24 Nov 2025 09:52:09 +0100 Subject: bar/activewindow: add option to invert rotate (#922) * feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index a2322eb..1647b81 100644 --- a/README.md +++ b/README.md @@ -399,6 +399,9 @@ default, you must create it manually. "icon": "sports_esports" } ] + }, + "activeWindow": { + "inverted": false } }, "border": { -- cgit v1.2.3-freya