2 lines
196 B
Bash
Executable file
2 lines
196 B
Bash
Executable file
#!/usr/bin/env bash
|
|
grim -g "$(slurp -w 0)" -t ppm - | satty --early-exit --copy-command 'wl-copy' --filename='-' -o '~/Pictures/Screenshots/Screenshot-%Y-%m-%d_%H:%M:%S.png' --initial-tool brush
|