From 297a464fa606d0654473c8725b6f69368b1addec Mon Sep 17 00:00:00 2001 From: vaskozl Date: Tue, 3 Mar 2015 15:56:57 +0100 Subject: paste fix for clipboard --- ratpoison/clipboard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratpoison/clipboard') 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 -- cgit v1.2.3-54-g00ecf