-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthias Gabriel
committed
Feb 12, 2024
1 parent
bf13ff9
commit 30598d7
Showing
3 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[general] | ||
# Start Satty in fullscreen mode | ||
fullscreen = true | ||
# Exit directly after copy/save action | ||
early-exit = true | ||
# Select the tool on startup [possible values: pointer, crop, line, arrow, rectangle, text, marker, blur, brush] | ||
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 | ||
# 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" | ||
|
||
# custom colours for the colour palette | ||
[color-palette] | ||
first= "#00ffff" | ||
second= "#a52a2a" | ||
third= "#dc143c" | ||
fourth= "#ff1493" | ||
fifth= "#ffd700" | ||
custom= "#008000" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters