Exported code/curl is not copied to clipboard

I suspect there’s something wrong with my “clipboard” (using ubuntu/i3 here), but I’m not sure how to confirm this.

If I export a request to curl, the curl line is supposed to be copied to the clipboard, but it’s not there.

Not in the ‘primary’ or ‘secondary’ X selection (used xclip to check this). The old clipboard content is not updated.

Any hints?

Thanks

Hi @runa,

Does the following work for you from the console?

python -c "import pyperclip; pyperclip.copy('test')"