aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-01 17:23:33 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-01 17:23:33 +0200
commitdc1cd0bdaca44344bbd0e883f9ff7e14d476236e (patch)
tree7abdf92002cdc96752aaf51cf2039e4227949909
parent0ef46333e1a68130afb16b038852de1344b0e499 (diff)
fix fields for other sample config too
-rw-r--r--examples/configs/sampleconfig-dev4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index 3e2920f..c1c2e1d 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -126,8 +126,8 @@ bind B = spawn ./examples/scripts/insert_bookmark.sh
bind U = spawn ./examples/scripts/load_url_from_history.sh
bind u = spawn ./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 ./examples/scripts/yank.sh 8 primary
-bind ytitle = spawn ./examples/scripts/yank.sh 9 clipboard
+bind yurl = spawn ./examples/scripts/yank.sh 6 primary
+bind ytitle = spawn ./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