From 940161d95ee7c9e9ef4c6941d3d464d4264a94ad Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 3 Dec 2011 21:10:26 +0300 Subject: Under X for copy to clipboard use destination clipboard with name "clipboard" before was "primary" clipboard (mouse clipboard). --- src/utils/copynpaste.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/copynpaste.cpp') diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp index 3e37afd9d..784870e05 100644 --- a/src/utils/copynpaste.cpp +++ b/src/utils/copynpaste.cpp @@ -432,7 +432,7 @@ bool sendBuffer(std::string& text) } close(fd[0]); } - execl("/usr/bin/xsel", "xsel", "-i", (char *)nullptr); + execl("/usr/bin/xsel", "xsel", "-b", "-i", (char *)nullptr); exit(1); } -- cgit v1.2.3-60-g2f50