aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
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 69a211c..5585195 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -192,7 +192,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