diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-12 19:45:58 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-12 19:45:58 +0100 |
commit | f7ac47a1102006842d074146237c756648478675 (patch) | |
tree | ebd106e074f56d94046fc06d7718b2fc31ea3386 /ratpoison/clipboard | |
parent | 504b3cc5d6cbc9ec66c5e89e3ecd4310c8dd5a69 (diff) | |
download | dotfiles-f7ac47a1102006842d074146237c756648478675.tar.gz dotfiles-f7ac47a1102006842d074146237c756648478675.tar.bz2 dotfiles-f7ac47a1102006842d074146237c756648478675.zip |
bspwm update
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 |