From 0d9a27d396d34b6b90bf4d4755e0112b21646e6c Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 4 Oct 2014 19:07:40 -0700 Subject: Adding clipmv. --- clipmv | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 clipmv diff --git a/clipmv b/clipmv new file mode 100755 index 0000000..41adada --- /dev/null +++ b/clipmv @@ -0,0 +1,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 + -- cgit v1.2.3