aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs/sampleconfig
diff options
context:
space:
mode:
Diffstat (limited to 'examples/configs/sampleconfig')
-rw-r--r--examples/configs/sampleconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index 06f3f13..df9b77b 100644
--- a/examples/configs/sampleconfig
+++ b/examples/configs/sampleconfig
@@ -89,8 +89,8 @@ bind B = spawn /usr/share/uzbl/examples/scripts/insert_bookmark.sh
bind U = spawn /usr/share/uzbl/examples/scripts/load_url_from_history.sh
bind u = spawn /usr/share/uzbl/examples/scripts/load_url_from_bookmarks.sh
# with the sample yank script, you can yank one of the arguments into clipboard/selection
-bind yurl = spawn /usr/share/uzbl/examples/scripts/yank.sh 8 primary
-bind ytitle = spawn /usr/share/uzbl/examples/scripts/yank.sh 9 clipboard
+bind yurl = spawn /usr/share/uzbl/examples/scripts/yank.sh 6 primary
+bind ytitle = spawn /usr/share/uzbl/examples/scripts/yank.sh 7 clipboard
# does the same as yurl but without needing a script
bind y2url = sh "echo -n $6 | xclip"
# go the page from primary selection