2
i use uxrvt ( for those who dont know, its terminal emulator based on xterm).
i know its easy to copy/paste stuff from terminal to itself is a trivial thing. it can be done by mouse left click to select and middle click to paste.
but in my case i need to copy text from terminal to another application, viz on google chromium. how can i do that. is it even possible? anyone?
1
Remember that X11 has multiple "clipboards": selecting/Middle-click accesses the Primary selection, and using Ctrl-C/Ctrl-V accesses the Clipboard selection. (Shift-Insert usually pastes from Primary.)
– user1686 – 2011-01-13T19:34:54.273