From f39423189b7e564656a241c22ff6eb7fc03bd8c9 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 20 Apr 2011 21:39:44 -0400 Subject: Factor out the clearing of the labels --- examples/data/scripts/follow.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/data/scripts/follow.sh b/examples/data/scripts/follow.sh index 262aec3..f08bd29 100755 --- a/examples/data/scripts/follow.sh +++ b/examples/data/scripts/follow.sh @@ -21,10 +21,11 @@ case "$result" in case "$uriaction" in set) - printf 'uri '"$uri"'\nset mode=\nevent KEYCMD_CLEAR\n' > "$UZBL_FIFO" + printf 'uri '"$uri"'\n' > "$UZBL_FIFO" ;; clipboard) printf "$uri" | xclip ;; esac + printf 'set mode=\nevent KEYCMD_CLEAR\n' > "$UZBL_FIFO" esac -- cgit v1.2.3