diff options
author | Grigorios Bouzakis <grbzks@imap.cc> | 2011-12-10 16:09:44 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-10 16:09:44 -0200 |
commit | ba539b5717e103bd8176675fdd402c067872089c (patch) | |
tree | 2488cfc7034dfe719ddd4c7794e12b07f94f6c25 /system/autocutsel/README | |
parent | 7fce9c810cdb998bea546cb0d996d18763c936ed (diff) | |
download | slackbuilds-ba539b5717e103bd8176675fdd402c067872089c.tar.gz |
system/autocutsel: Added (sync X clipboard with the cutbuffer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/autocutsel/README')
-rw-r--r-- | system/autocutsel/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/autocutsel/README b/system/autocutsel/README new file mode 100644 index 0000000000..ea671eb46d --- /dev/null +++ b/system/autocutsel/README @@ -0,0 +1,9 @@ +Autocutsel tracks changes in the X server's cutbuffer and CLIPBOARD +selection. When the CLIPBOARD is changed, it updates the cutbuffer. +When the cutbuffer is changed, it owns the CLIPBOARD selection. +The cutbuffer and CLIPBOARD selection are always synchronized. + +Autocutsel is mostly useful with window managers since most desktop +environments today include their own clipboard managers. +If you dont use a display manager like KDM you can use autocutsel +by adding an entry to your $HOME/.xinitc file using the -fork option. |