made it nicer and default tool is now crop
This commit is contained in:
parent
c7f70c6a11
commit
24c6fa4a7f
1 changed files with 6 additions and 1 deletions
|
@ -4,4 +4,9 @@ set -E -o pipefail
|
|||
shopt -s failglob
|
||||
export LC_ALL=C.UTF8
|
||||
|
||||
grim -g "$(slurp -o -r -c '#ff0000ff')" - | satty --filename - --fullscreen --output-filename ~/Media/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png
|
||||
grim -g "$(slurp -o -r -c '#ff0000ff')" - \
|
||||
| satty \
|
||||
--filename - \
|
||||
--fullscreen \
|
||||
--initial-tool "crop" \
|
||||
--output-filename "$HOME/Media/Pictures/Screenshots/satty-$(date '+%Y%m%d-%H:%M:%S').png"
|
||||
|
|
Loading…
Reference in a new issue