summaryrefslogtreecommitdiffstats
path: root/clipboard
diff options
context:
space:
mode:
authorLubos Lunak <l.lunak@suse.cz>2006-06-19 12:56:05 +0000
committerLubos Lunak <l.lunak@suse.cz>2006-06-19 12:56:05 +0000
commite7b4103d0019c6ccfe2651ba63db8cf09e19ee80 (patch)
treec42d1c1da9d17ca4cb8227c59d3d2034ed3dc6b5 /clipboard
parent791f359c0a03dd36e716a9a040a2e4ea620b4059 (diff)
downloadxdg-specs-e7b4103d0019c6ccfe2651ba63db8cf09e19ee80.tar.xz
+ - explicit cut/copy commands should always set both CLIPBOARD and
+ PRIMARY, even when copying doesn't involve a selection (e.g. a + "copy url" -option which explicitly copies an url without the + url being selected first) + + - a selection becoming unselected should never unset PRIMARY
Diffstat (limited to 'clipboard')
-rw-r--r--clipboard/clipboards.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/clipboard/clipboards.txt b/clipboard/clipboards.txt
index 682467e..610083e 100644
--- a/clipboard/clipboards.txt
+++ b/clipboard/clipboards.txt
@@ -82,8 +82,15 @@ correct behavior:
should always set CLIPBOARD to the currently-selected data (i.e.
conceptually copy PRIMARY to CLIPBOARD)
+ - explicit cut/copy commands should always set both CLIPBOARD and
+ PRIMARY, even when copying doesn't involve a selection (e.g. a
+ "copy url" -option which explicitly copies an url without the
+ url being selected first)
+
- explicit paste commands should paste CLIPBOARD, not PRIMARY
+ - a selection becoming unselected should never unset PRIMARY
+
- possibly contradicting the ICCCM, clients don't need to support
SECONDARY, though if anyone can figure out what it's good
for they should feel free to use it for that