summaryrefslogtreecommitdiff
path: root/local/bin/screenie-active
blob: eab9f1b70ff8a1dd4b4c6b663045f29a27811655 (plain)
1
2
3
#!/bin/sh
maim -i "$(xdotool getactivewindow)" /tmp/shot.png
xclip -selection clipboard -t image/png -i /tmp/shot.png