diff --git a/dot_config/satty/config.toml.tmpl b/dot_config/satty/config.toml.tmpl index 5c84620..743be27 100644 --- a/dot_config/satty/config.toml.tmpl +++ b/dot_config/satty/config.toml.tmpl @@ -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",