dotfiles/.config/satty/config.toml

25 lines
1 KiB
TOML
Raw Normal View History

[general]
# Resize window if it doesn't fit the screen otherwise (ignored in fullscreen mode)
resize = { mode="smart" }
# Try to start window in floating mode (depends on compositor, ignored in fullscreen mode)
floating-hack = true
# Select the tool on startup [possible values: pointer, crop, line, arrow, rectangle, text, marker, blur, brush]
initial-tool = "crop"
# Increase or decrease the size of the annotations
annotation-size-factor = 0.5
# Filename to use for saving action.
# Might contain format specifiers: https://docs.rs/chrono/latest/chrono/format/strftime/index.html
output-filename = "~/Pictures/Screenshots/%Y-%m-%d_%H%M%S.png"
# Actions to trigger on Enter key (order is important)
# [possible values: save-to-clipboard, save-to-file, save-to-file-as, copy-filepath-to-clipboard, exit]
actions-on-enter = ["save-to-clipboard", "exit"]
# Actions to trigger on Escape key (order is important)
# [possible values: save-to-clipboard, save-to-file, save-to-file-as, copy-filepath-to-clipboard, exit]
#actions-on-escape = ["exit"]