diff options
Diffstat (limited to 'ratpoison/clipboard')
-rwxr-xr-x | ratpoison/clipboard | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ratpoison/clipboard b/ratpoison/clipboard index 8b5a776..514394f 100755 --- a/ratpoison/clipboard +++ b/ratpoison/clipboard @@ -74,7 +74,8 @@ elif [ $command = menu_paste -o $command = menu_set ]; then menu elif [ $command = paste ]; then xcb -p $option | xclip - ratpoison -c "meta S-Insert" + xdotool key shift+Insert + elif [ $command = set ]; then xclip -o | xcb -n 10 -s $option elif [ $command = push ]; then |