0d9223fd3f
some new gtk/qt based apps (such as firefox) use PRIMARY/CLIPBOARD buffers, while the older ones use cutbuffer. this little utility keeps clipboard and cutbuffer in sync, making it able to select/paste data from xterm<->firefox!11 ok sthen@
5 lines
261 B
Plaintext
5 lines
261 B
Plaintext
Autocutsel tracks changes in the 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.
|