A simple client that:
- implements communication over WebSocket using
generic-client
- integrates with Wayland clipboard to read/write clipboard text
- shows a tray icon with 5 last clips (implements
org.kde.StatusNotifierItem
spec)
meson setup builddir --buildtype=release --prefix=/usr
meson compile -C builddir
meson install -C builddir --destdir=$PWD/test-install
tree test-install
test-install/
└── usr
├── bin
│ └── mpclipboard-client
└── lib
└── systemd
└── user
└── mpclipboard-client.service