mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +00:00
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
![]() |
#!/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'
|