From 719ed7f3fb5d0a4ed5abc40690a61506fa4d27fc Mon Sep 17 00:00:00 2001 From: schaumtier Date: Thu, 19 Dec 2024 15:17:33 +0000 Subject: [PATCH] documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60d1293..1667513 100644 --- a/README.md +++ b/README.md @@ -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" @@ -118,7 +118,7 @@ Options: --early-exit Exit directly after copy/save action --corner-roundness - 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 Select the tool on startup [aliases: init-tool] [possible values: pointer, crop, line, arrow, rectangle, text, marker, blur, brush] --copy-command