update satty config
This commit is contained in:
parent
7000e1b994
commit
5cd7ad4ea2
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Start Satty in fullscreen mode
|
||||
fullscreen = false
|
||||
# Exit directly after copy/save action
|
||||
early-exit = false
|
||||
early-exit = true
|
||||
# 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]
|
||||
|
@ -32,9 +32,9 @@ style = "Bold"
|
|||
[color-palette]
|
||||
# These will be shown in the toolbar for quick selection
|
||||
palette = [
|
||||
"#dc143c",
|
||||
"#00ffff",
|
||||
"#a52a2a",
|
||||
"#dc143c",
|
||||
"#ff1493",
|
||||
"#ffd700",
|
||||
"#008000",
|
||||
|
|
Loading…
Add table
Reference in a new issue