From 436c319e2e2543a04c34e1f79b2ab10bc391c927 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 5 Dec 2009 21:56:39 +0100 Subject: fix deprecated command. fixes FS#139 --- examples/config/uzbl/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config index 9fda268..f3e9f6a 100644 --- a/examples/config/uzbl/config +++ b/examples/config/uzbl/config @@ -190,7 +190,7 @@ menu_editable_add Open in @external_editor = script @scripts_dir/extedit.js # go to the page in clipboard @bind P = sh 'echo "uri `xclip -selection clipboard -o`" > $4' # start a new uzbl instance from the page in primary selection -@bind 'p = sh 'exec uzbl --uri $(xclip -o)' +@bind 'p = sh 'exec uzbl-browser --uri $(xclip -o)' @bind ZZ = exit @bind Xs = js alert("hi"); # example showing how to use sh -- cgit v1.2.3