CITATION — REFERENCE ENTRY
ClipboardsWiki — freedesktop.org
- Key
- freedesktop-clipboards-wiki
- Type
- webpage
- Publisher
- freedesktop.org
Raw CSL JSON
{
"URL": "https://www.freedesktop.org/wiki/Specifications/ClipboardsWiki/",
"type": "webpage",
"title": "ClipboardsWiki",
"accessed": {
"date-parts": [
[
2026,
4,
1
]
]
},
"publisher": "freedesktop.org"
}
Claims
-
X11 selections are an asynchronous protocol: the owning application holds the data and responds to paste requests on demand rather than copying data to a central store. As a result, clipboard data disappears when the owning application exits, unless a clipboard manager is running.
-
The X Window System defines three standard selections in the ICCCM: PRIMARY (used for currently-highlighted text, pasted via middle-click), SECONDARY (rarely used), and CLIPBOARD (used for explicit cut/copy/paste commands, equivalent to the clipboard on macOS or Windows).
Available in