summaryrefslogtreecommitdiff
path: root/clipmv
blob: 41adada49c16b55d3728e9ee8efec843cccc93f1 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# Move the primary clipboard to the secondary clipboard.
# This really only exists because chrome doesn't handle shift+insert correctly...
# Requires the xclip package to be installed.

xclip -out -selection primary|xclip -in -selection clip