diff options
-rwxr-xr-x | ratpoison/clipboard | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratpoison/clipboard b/ratpoison/clipboard index 514394f..15968b0 100755 --- a/ratpoison/clipboard +++ b/ratpoison/clipboard @@ -74,7 +74,7 @@ elif [ $command = menu_paste -o $command = menu_set ]; then menu elif [ $command = paste ]; then xcb -p $option | xclip - xdotool key shift+Insert + ~/bin/paste elif [ $command = set ]; then xclip -o | xcb -n 10 -s $option |