clipped monitors the ownership of the primary and clipboard X11 selections. When ownership changes, the name of the selection that changed is printed.
It also provides the clipsync
script to synchronize content between the
primary and clipboard selections using xsel
.
-
RPM package available from copr.
Install with:
dnf copr enable jcrd/clipped dnf install clipped
usage: clipped [options]
options:
-h Show help message
-s SELECTION Monitor this selection
-v Show version
Enable the systemd service to run when the graphical-session.target
is
reached:
systemctl --user enable clipsync
This project is licensed under the MIT License (see LICENSE).
- Inspired by clipnotify