Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
schaumtier committed Dec 19, 2024
1 parent 475e946 commit 719ed7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ All configuration is done either at the config file in `XDG_CONFIG_DIR/.config/s
fullscreen = true
# Exit directly after copy/save action
early-exit = true
# Draw corners of rectangles round if the value is greater than 0 (0 disabled rounded corners)
# Draw corners of rectangles round if the value is greater than 0 (0 disables rounded corners)
corner-roundness = 12
# Select the tool on startup [possible values: pointer, crop, line, arrow, rectangle, text, marker, blur, brush]
initial-tool = "brush"
Expand Down Expand Up @@ -118,7 +118,7 @@ Options:
--early-exit
Exit directly after copy/save action
--corner-roundness <ROUNDNESS_FACTOR>
Draw corners of rectangles round if the value is greater than 0 (0 disabled rounded corners)
Draw corners of rectangles round if the value is greater than 0 (0 disables rounded corners)
--initial-tool <TOOL>
Select the tool on startup [aliases: init-tool] [possible values: pointer, crop, line, arrow, rectangle, text, marker, blur, brush]
--copy-command <COPY_COMMAND>
Expand Down

0 comments on commit 719ed7f

Please sign in to comment.