Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exebook/x11clipboard
Two minimal "hello worlds" for X11 clipboard, one to COPY, one to PASTE
https://github.com/exebook/x11clipboard
Last synced: 5 days ago
JSON representation
Two minimal "hello worlds" for X11 clipboard, one to COPY, one to PASTE
- Host: GitHub
- URL: https://github.com/exebook/x11clipboard
- Owner: exebook
- Created: 2014-03-18T14:40:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T15:31:35.000Z (over 6 years ago)
- Last Synced: 2024-08-03T09:07:36.021Z (4 months ago)
- Language: C
- Size: 3.91 KB
- Stars: 45
- Watchers: 6
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
X11Clipboard minimal programs
This is a bare bones, minimal clipboard implementation for X11.
This will help you to enhance your plain X11 (Xlib) program with CLIPBOARD access.
Documentation for X11 clipboard is very obscure, and existing implementations are usually very hard to read.
These particular programs use only main CLIPBOARD object of X11, not a SELECTION not a CUT-BUFFER.
See the source luke.