From 4cec82eb984ad7bd94ec5339f4ec5222b1743150 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 2 Mar 2024 13:27:55 +0100 Subject: [PATCH] README: document LINE and RECT tools re #67 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a33f777..abe818e 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,14 @@ the shape. Try it out to see the effect. "green Marker" = RECOLOR (color = "Limegreen"); +A `LINE`-tool draws straight lines. + + "green Line" = LINE (color = "green"); + +A `RECT`-tool draws rectangles. + + "red Rectangle" = LINE (color = "red"); + If you define a tool with the same name as an input-device (see the output of `xinput --list`) this input-device uses this tool: