Add satty to the default screenshot flow

This commit is contained in:
David Heinemeier Hansson
2025-07-19 16:49:39 -05:00
parent f569c4e365
commit 6b947ffb45
4 changed files with 15 additions and 4 deletions

9
bin/omarchy-screenshot Executable file
View File

@ -0,0 +1,9 @@
#!/bin/bash
hyprshot -m ${1:-region} --raw |
satty --filename - \
--output-filename ~/Pictures/screenshot-$(date +'%Y-%m-%d_%H-%M-%S').png \
--early-exit \
--actions-on-enter save-to-clipboard \
--save-after-copy \
--copy-command 'wl-copy'