Skip to content

Commit

Permalink
README: document LINE and RECT tools
Browse files Browse the repository at this point in the history
re #67
  • Loading branch information
bk138 committed Mar 2, 2024
1 parent e914dc0 commit 4cec82e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4cec82e

Please sign in to comment.