diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-03 15:56:57 +0100 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2015-03-03 15:56:57 +0100 |
commit | 297a464fa606d0654473c8725b6f69368b1addec (patch) | |
tree | 431159faafc48da9406fe384dc03a21b64609550 /ratpoison/clipboard | |
parent | a88de42c6d543b3d64a4a515eeb9c268099bc2ab (diff) | |
download | dotfiles-297a464fa606d0654473c8725b6f69368b1addec.tar.gz dotfiles-297a464fa606d0654473c8725b6f69368b1addec.tar.bz2 dotfiles-297a464fa606d0654473c8725b6f69368b1addec.zip |
paste fix for clipboard
Diffstat (limited to 'ratpoison/clipboard')
-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 |