diff --git a/dot_config/satty/config.toml.tmpl b/dot_config/satty/config.toml.tmpl index b64eb7a..5c84620 100644 --- a/dot_config/satty/config.toml.tmpl +++ b/dot_config/satty/config.toml.tmpl @@ -10,7 +10,7 @@ initial-tool = "brush" # Configure the command to be called on copy, for example `wl-copy` copy-command = "wl-copy" # Increase or decrease the size of the annotations -annotation-size-factor = 2 +annotation-size-factor = 0.5 # Filename to use for saving action. Omit to disable saving to file. Might contain format specifiers: https://docs.rs/chrono/latest/chrono/format/strftime/index.html output-filename = "{{ .chezmoi.homeDir }}/Bilder/satty-%Y-%m-%d_%H:%M:%S.png" # Action to perform when the Enter key is pressed [possible values: save-to-clipboard, save-to-file]