Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Latest commit

 

History

History
46 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.12 KB

clipped

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.

Packages

  • RPM package available from copr. Copr build status

    Install with:

    dnf copr enable jcrd/clipped
    dnf install clipped
    

Usage

usage: clipped [options]

options:
  -h            Show help message
  -s SELECTION  Monitor this selection
  -v            Show version

clipsync

Enable the systemd service to run when the graphical-session.target is reached:

systemctl --user enable clipsync

License

This project is licensed under the MIT License (see LICENSE).

Acknowledgements