Thread: Odds and ends
View Single Post
Posts: 875 | Thanked: 918 times | Joined on Sep 2010
#298
Originally Posted by Addison View Post
"xclip -o -selection clip"
F7

"xclip -i -selection clip"
F8

http://linux.die.net/man/1/xclip

Code:
-selection
specify which X selection to use, options are "primary" to use XA_PRIMARY (default), "secondary" for XA_SECONDARY or "clipboard" for XA_CLIPBOARD
Or just get rid of the "-selection clip".
 

The Following User Says Thank You to auouymous For This Useful Post: