summaryrefslogtreecommitdiff
path: root/scripts/screenshot
blob: 626671c827b13960d555d6fb769fe2e3ab46d976 (plain)
1
2
#!/bin/bash
maim -su /dev/stdout |  tee >(xclip -selection clipboard -t image/png) > $(date +"$HOME/pics/screenshot/%F_%T.png")