From b0f171ef47ba19b3073cb96b0d84f574ab1648dd Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 23 Nov 2014 11:35:51 +0100 Subject: IT WORKS --- ratpoison/clipboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratpoison/clipboard') diff --git a/ratpoison/clipboard b/ratpoison/clipboard index 2cb6c2c..78a3399 100755 --- a/ratpoison/clipboard +++ b/ratpoison/clipboard @@ -75,7 +75,7 @@ elif [ $command = paste ]; then xcb -p $option | xclip ratpoison -c "meta S-Insert" elif [ $command = set ]; then - xcb -n 10 -S $option + xclip -o | xcb -n 10 -s $option elif [ $command = push ]; then get_stack_depth if [ $stack_depth -lt 9 ]; then -- cgit v1.2.3-54-g00ecf