sshot: A wlroots screenshot tool

This commit is contained in:
Thomas Kolb 2021-07-16 22:05:07 +02:00
parent ed13e8cf9f
commit 7793d7e2db
1 changed files with 4 additions and 0 deletions

4
scripts/sshot Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
OUTFILE="/tmp/sshot_$(date -Iseconds).png"
grim -g "$(slurp)" - | tee "$OUTFILE" | wl-copy