Last active
February 25, 2026 09:20
-
-
Save ridwanyinus/ad2f0c6bb8e188755e9f426f1a955115 to your computer and use it in GitHub Desktop.
Satty
This file contains hidden or 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
| [general] | |
| actions-on-enter = ["save-to-clipboard", "exit"] | |
| copy-command = "wl-copy" | |
| early-exit = true | |
| annotation-size-factor = 0.7 | |
| disable-notifications = true | |
| output-filename = "~/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png" | |
| initial-tool = "arrow" | |
| brush-smooth-history-size = 5 | |
| [font] | |
| family = "Inter V" | |
| style = "Regular" | |
| [color-palette] | |
| palette = [ | |
| "#FF00FF", | |
| "#00ff00", | |
| "#00ffff", | |
| "#a52a2a", | |
| "#dc143c", | |
| "#ffd700", | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment