Skip to content

Releases: Nikolai2038/wayland-clipboard-fix

v.1.1.0

26 May 23:16
Compare
Choose a tag to compare

Changes:

  • Add pacman (Arch Linux) support.

v.1.0.0

17 May 11:27
7da4acf
Compare
Choose a tag to compare

wayland-clipboard-fix

EN | RU

1. Description

The purpose here is to sync clipboard content when working in VirtualBox.
Wayland clipboard is not syncing, but X11 clipboard does.
So the service created by this script here watches Wayland clipboard content, and when it changes, it copies it to the X11 clipboard content and vice versa.

2. Usage

Execute inside virtual machine for usual user:

curl -s https://raw.githubusercontent.com/Nikolai2038/wayland-clipboard-fix/main/fix.sh | sh

3. Contribution

Feel free to contribute via pull requests or issues!