diff --git a/.config/satty/config.toml b/.config/satty/config.toml index 16aafc7..420f03f 100644 --- a/.config/satty/config.toml +++ b/.config/satty/config.toml @@ -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 = 1 # 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 = "/home/mpuchstein/Pictures/screenshots/%Y-%m-%d_%H-%M-%S.png" # After copying the screenshot, save it to a file as well @@ -33,7 +33,7 @@ actions-on-escape = ["exit"] # request no window decoration. Please note that the compositor has the final say in this. At this point. requires xdg-decoration-unstable-v1. no-window-decoration = true # experimental feature: adjust history size for brush input smooting (0: disabled, default: 0, try e.g. 5 or 10) -brush-smooth-history-size = 10 +brush-smooth-history-size = 0 # Font to use for text annotations [font]