4 lines
177 B

10 years ago
#!/bin/sh
# Allow screenshot to be selected from cursor, then display shot image.
sleep 0.2; scrot -s "$HOME/pictures/screenshots/%Y-%m-%d-%H%M%S_\$wx\$h.png" -e "xdg-open \$f"