From 8d137ef1debc456853b2ca35eedf9e2a64320a8c Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 29 Apr 2025 12:27:43 +0200 Subject: [PATCH] add satty config --- dot_config/satty/{config.toml => config.toml.tmpl} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dot_config/satty/{config.toml => config.toml.tmpl} (93%) diff --git a/dot_config/satty/config.toml b/dot_config/satty/config.toml.tmpl similarity index 93% rename from dot_config/satty/config.toml rename to dot_config/satty/config.toml.tmpl index 63c5c44..b64eb7a 100644 --- a/dot_config/satty/config.toml +++ b/dot_config/satty/config.toml.tmpl @@ -1,8 +1,8 @@ [general] # Start Satty in fullscreen mode -fullscreen = true +fullscreen = false # Exit directly after copy/save action -early-exit = true +early-exit = false # 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] @@ -12,7 +12,7 @@ copy-command = "wl-copy" # Increase or decrease the size of the annotations annotation-size-factor = 2 # 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 = "/tmp/test-%Y-%m-%d_%H:%M:%S.png" +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] action-on-enter = "save-to-clipboard" # After copying the screenshot, save it to a file as well