diff --git a/scripts/sshot b/scripts/sshot new file mode 100755 index 0000000..bcdd659 --- /dev/null +++ b/scripts/sshot @@ -0,0 +1,4 @@ +#!/bin/sh + +OUTFILE="/tmp/sshot_$(date -Iseconds).png" +grim -g "$(slurp)" - | tee "$OUTFILE" | wl-copy