aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-05 21:56:39 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-05 21:56:39 +0100
commit436c319e2e2543a04c34e1f79b2ab10bc391c927 (patch)
tree0639f83ace0838a3e9eb6ffda37d0f20d717d546 /examples
parentc8747c63fd3144837e28bddf44cd6cd957fcc13e (diff)
fix deprecated command. fixes FS#139
Diffstat (limited to 'examples')
-rw-r--r--examples/config/uzbl/config2
1 files changed, 1 insertions, 1 deletions
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