update satty config

This commit is contained in:
Simon Rieger 2025-04-29 12:35:07 +02:00
parent a71d44f67f
commit 280ae12902

View file

@ -10,7 +10,7 @@ initial-tool = "brush"
# Configure the command to be called on copy, for example `wl-copy` # Configure the command to be called on copy, for example `wl-copy`
copy-command = "wl-copy" copy-command = "wl-copy"
# Increase or decrease the size of the annotations # 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 # 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" 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 to perform when the Enter key is pressed [possible values: save-to-clipboard, save-to-file]