DEV Community

Alex Gonzalez Lacasa
Alex Gonzalez Lacasa

Posted on

2

wayland & clipboard

The clipboard in wayland works differently than in X11.
For some programs like vim to be able to access the system clipboard you must have installed wl-clipboard

sudo apt install wl-clipboard
Enter fullscreen mode Exit fullscreen mode

To be able to copy stdout you need wl-copy, xclip or xsel doesn't work anymore

sudo apt install wl-copy
Enter fullscreen mode Exit fullscreen mode

example

echo "Hello world" | wl-copy
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay