summaryrefslogtreecommitdiff
path: root/.local/bin/printscreen
blob: 588b15bc90e38e2baf0c18c3b2aa9d39f18f5421 (plain)
1
2
3
#!/bin/sh

scrot -q 100 -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/'