add satty config
This commit is contained in:
parent
bffcfead1f
commit
8d137ef1de
1 changed files with 3 additions and 3 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue