sshot: A wlroots screenshot tool
This commit is contained in:
parent
ed13e8cf9f
commit
7793d7e2db
4
scripts/sshot
Executable file
4
scripts/sshot
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
OUTFILE="/tmp/sshot_$(date -Iseconds).png"
|
||||
grim -g "$(slurp)" - | tee "$OUTFILE" | wl-copy
|
Loading…
Reference in a new issue