From a4ec13b670c5e27483aa388a1ef03a15b8bba935 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 20 Apr 2011 21:29:48 -0400 Subject: Add binding to copy a link to the clipboard --- examples/data/scripts/follow.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'examples/data') diff --git a/examples/data/scripts/follow.sh b/examples/data/scripts/follow.sh index 01a4f91..262aec3 100755 --- a/examples/data/scripts/follow.sh +++ b/examples/data/scripts/follow.sh @@ -23,5 +23,8 @@ case "$result" in set) printf 'uri '"$uri"'\nset mode=\nevent KEYCMD_CLEAR\n' > "$UZBL_FIFO" ;; + clipboard) + printf "$uri" | xclip + ;; esac esac -- cgit v1.2.3