From a1afed8d95e33fbbc618c7b5778a9faeea2f628f Mon Sep 17 00:00:00 2001 From: anekos Date: Sun, 10 Apr 2022 18:19:29 +0900 Subject: [PATCH] doc update --- docs/parsers/xrandr.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/parsers/xrandr.md b/docs/parsers/xrandr.md index d5db0551..caf110d8 100644 --- a/docs/parsers/xrandr.md +++ b/docs/parsers/xrandr.md @@ -54,7 +54,8 @@ Schema: "offset_width": integer, "offset_height": integer, "dimension_width": integer, - "dimension_height": integer + "dimension_height": integer, + "rotation": string } ], "unassociated_devices": [ @@ -131,6 +132,7 @@ Examples: "offset_height": 0, "dimension_width": 310, "dimension_height": 170 + "rotation": "normal" } } ],