carnager / teiler

Little script for screenshots and screencasts utilizing rofi, maim, ffmpeg
https://carnager.github.io/teiler/
GNU General Public License v3.0
354 stars 26 forks source link

copyq vs xclip #50

Open jeroentbt opened 4 years ago

jeroentbt commented 4 years ago

Would you be willing to share why you're depending on copyq and not just xclip for copying images to the clipboard?

carnager commented 4 years ago

Because xclip has no support for images

jeroentbt commented 4 years ago

Have you tried xclip -selection clipboard -t image/png -i imageToCopy.png?

carnager commented 4 years ago

Just tried it. Cannot paste anything in any application afterwards

jeroentbt commented 4 years ago

Strange, works fine here, in this comment box via Firefox, Libre Office stuff, slack, ... Thought it would have helped in removing a dependency.