diff options
Diffstat (limited to 'ratpoison')
-rwxr-xr-x | ratpoison/clipboard | 2 |
1 files changed, 1 insertions, 1 deletions
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 |