-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
5 changed files
with
77 additions
and
19 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 |
---|---|---|
|
@@ -75,7 +75,6 @@ packages: | |
registry: dots | ||
- name: simulot/[email protected] | ||
registry: dots | ||
# renovate: datasource=npm depName=@trunkio/launcher | ||
- name: trunk-io/[email protected] | ||
- name: lsd-rs/[email protected] | ||
- name: PaulJuliusMartinez/[email protected] | ||
|
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
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,33 @@ | ||
[general] | ||
annotation-size-factor = 1 | ||
copy-command = "wl-copy" | ||
default-hide-toolbars = false | ||
disable-notifications = false | ||
# Exit directly after copy/save action | ||
early-exit = true | ||
fullscreen = false | ||
# Select the tool on startup | ||
# possible values: | ||
# pointer, crop, line, arrow, rectangle, text, marker, blur, brush | ||
initial-tool = "crop" | ||
# 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 = "{{ .chezmoi.homeDir }}/Pictures/Screenshots/satty-%Y-%m-%d_%H:%M:%S.png" | ||
save-after-copy = false | ||
primary-highlighter = "block" | ||
|
||
# Font to use for text annotations | ||
[font] | ||
family = "Roboto" | ||
style = "Bold" | ||
|
||
# custom colours for the colour palette | ||
[color-palette] | ||
first = "#00ffff" | ||
second = "#a52a2a" | ||
third = "#dc143c" | ||
fourth = "#ff1493" | ||
fifth = "#ffd700" | ||
custom = "#008000" |