Use a common namespace for cmds

This commit is contained in:
David Heinemeier Hansson
2025-07-21 18:26:09 -04:00
parent d1ba090bec
commit 6a3ce098e9
4 changed files with 8 additions and 8 deletions

9
bin/omarchy-cmd-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'