From 778ca3f14946df1738b744621807321992f556bb Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Mon, 23 May 2011 15:36:04 +0000 Subject: simplify the bookmark binding --- examples/config/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/config/config b/examples/config/config index 7c1a8ba..24d4561 100644 --- a/examples/config/config +++ b/examples/config/config @@ -325,7 +325,7 @@ set ebind = @mode_bind global,-insert @bind = sh 'echo "event INJECT_KEYCMD $(xclip -o | sed s/\\\@/%40/g)" > "$UZBL_FIFO"' # Bookmark inserting binds -@cbind m_ = sh 'echo `printf "$UZBL_URI %s"` >> "$XDG_DATA_HOME"/uzbl/bookmarks' +@cbind m_ = sh 'echo "$UZBL_URI $1" >> "$XDG_DATA_HOME"/uzbl/bookmarks' '%s' # Or use a script to insert a bookmark. @cbind M = spawn @scripts_dir/insert_bookmark.sh -- cgit v1.2.3