jhunt / xclipd

An X11 Clipboard Manager
MIT License
14 stars 1 forks source link

xclipd doesnt work with images #5

Open duarm opened 1 year ago

duarm commented 1 year ago

I tried xclipd and noticed this script stopped working:

maim -m 10 -su | xclip -sel clip -t image/png

If I try to paste the image into another program, it prints only text

�PNG


maybe xclipd is not copying the image back into the clipboard properly?