dots/.local/bin/ss.sh

6 lines
147 B
Bash
Raw Normal View History

#!/bin/sh
# Screenshot and save to disk.
sleep 0.1 && scrot -sf '/tmp/%F_%T_$wx$h.png' -e 'cp $f ~/med/screen/latest.png && mv $f ~/med/screen/'