Add sway config and other Wayland-related stuff
This commit is contained in:
parent
2ef36eb976
commit
ecd2f63c92
18 changed files with 664 additions and 0 deletions
24
.config/satty/config.toml
Normal file
24
.config/satty/config.toml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
[general]
|
||||
# Resize window if it doesn't fit the screen otherwise (ignored in fullscreen mode)
|
||||
resize = { mode="smart" }
|
||||
|
||||
# Try to start window in floating mode (depends on compositor, ignored in fullscreen mode)
|
||||
floating-hack = true
|
||||
|
||||
# Select the tool on startup [possible values: pointer, crop, line, arrow, rectangle, text, marker, blur, brush]
|
||||
initial-tool = "crop"
|
||||
|
||||
# Increase or decrease the size of the annotations
|
||||
annotation-size-factor = 0.5
|
||||
|
||||
# Filename to use for saving action.
|
||||
# Might contain format specifiers: https://docs.rs/chrono/latest/chrono/format/strftime/index.html
|
||||
output-filename = "~/Pictures/Screenshots/%Y-%m-%d_%H%M%S.png"
|
||||
|
||||
# Actions to trigger on Enter key (order is important)
|
||||
# [possible values: save-to-clipboard, save-to-file, save-to-file-as, copy-filepath-to-clipboard, exit]
|
||||
actions-on-enter = ["save-to-clipboard", "exit"]
|
||||
|
||||
# Actions to trigger on Escape key (order is important)
|
||||
# [possible values: save-to-clipboard, save-to-file, save-to-file-as, copy-filepath-to-clipboard, exit]
|
||||
#actions-on-escape = ["exit"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue