From 280ae1290202901e45d2e5d25c929f13883ecf0b Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 29 Apr 2025 12:35:07 +0200 Subject: [PATCH] update satty config --- dot_config/satty/config.toml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]