From f7ac47a1102006842d074146237c756648478675 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Thu, 12 Feb 2015 19:45:58 +0100 Subject: bspwm update --- ratpoison/clipboard | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ratpoison/clipboard') 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 -- cgit v1.2.3-54-g00ecf