aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/config
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-11-29 15:49:36 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-11-29 15:49:36 +0100
commitec6eea0f30f08bc3cee252649f8b16d5c5abc67b (patch)
treee9a65b9bbae950c8b83d82a8ed7e29d916271ea8 /examples/config
parenta9a707bb049a777701b0bfae74589ffc7ec89678 (diff)
remove old/deprecated scripts
Diffstat (limited to 'examples/config')
-rw-r--r--examples/config/uzbl/config7
1 files changed, 2 insertions, 5 deletions
diff --git a/examples/config/uzbl/config b/examples/config/uzbl/config
index 29cb365..f06bbc5 100644
--- a/examples/config/uzbl/config
+++ b/examples/config/uzbl/config
@@ -174,11 +174,8 @@ set open_new_window = sh 'uzbl-browser -u \@SELECTED_URI'
@bind B = spawn @scripts_dir/insert_bookmark.sh
@bind U = spawn @scripts_dir/load_url_from_history.sh
@bind u = spawn @scripts_dir/load_url_from_bookmarks.sh
-# with the sample yank script, you can yank one of the arguments into clipboard/selection
-@bind yurl = spawn @scripts_dir/yank.sh 6 primary
-@bind ytitle = spawn @scripts_dir/yank.sh 7 clipboard
-# does the same as yurl but without needing a script
-@bind y2url = sh 'echo -n $6 | xclip'
+@bind yurl = sh 'echo -n $6 | xclip'
+@bind ytitle = sh 'echo -n $7 | xclip'
# go the page from primary selection
@bind p = sh 'echo "uri `xclip -selection primary -o`" > $4'
# go to the page in clipboard