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

X11 primary/clipboard selection monitor

License

Notifications You must be signed in to change notification settings

jcrd/clipped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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