You are not logged in.
Hya
Does anyone know if one could pass an image file (obtained from scrot etc) to the system clip or xclip? programs like shutter/ksnapshot etc seem to do it but i cant find a solution for this for the life of me.
best
Z.
Offline
The only thing I could find is this python script.
Offline
Does this work?
scrot -e 'xclip $f'
This works, to pass a scrot to feh:
scrot -e 'feh $f'
Offline