summaryrefslogtreecommitdiff
path: root/scripts/screenshot_fs
blob: 827eb9fb0cdd4895b1c7ea67e7002789b3a2782a (plain)
1
2
3
4
#!/bin/bash
#sleep 0.2
#scrot -s '/home/david/pics/screenshot/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f'
maim -u /dev/stdout |  tee >(xclip -selection clipboard -t image/png) > $(date +"/home/david/pics/screenshot/%F_%T.png")