init
This commit is contained in:
25
satty/config.toml
Normal file
25
satty/config.toml
Normal file
@@ -0,0 +1,25 @@
|
||||
[general]
|
||||
fullscreen = false
|
||||
early-exit = false
|
||||
initial-tool = "brush"
|
||||
copy-command = "wl-copy"
|
||||
annotation-size-factor = 2
|
||||
output-filename = "/tmp/test-%Y-%m-%d_%H:%M:%S.png"
|
||||
save-after-copy = false
|
||||
default-hide-toolbars = false
|
||||
disable-notifications = true
|
||||
|
||||
[font]
|
||||
family = "JetBrainsMono Nerd Font"
|
||||
style = "Regular"
|
||||
|
||||
[color-palette]
|
||||
|
||||
palette = [
|
||||
"#8aadf4", # Blue
|
||||
"#ed8796", # Red
|
||||
"#a6da95", # Green
|
||||
"#eed49f", # Yellow
|
||||
"#c6a0f6", # Mauve
|
||||
"#cad3f5", # White
|
||||
]
|
||||
Reference in New Issue
Block a user