aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-07 13:22:52 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-07 13:22:52 +0200
commitec14eba5433c5813af1a7bc99f450a413825a6df (patch)
treef8c95ab3c88c683a5e5e661ac997bdbb3c5f18c3 /examples
parent178444bd79552c7e07cf5253997572c901d7138d (diff)
document dump_config
Diffstat (limited to 'examples')
-rw-r--r--examples/configs/sampleconfig2
-rw-r--r--examples/configs/sampleconfig-dev2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/configs/sampleconfig b/examples/configs/sampleconfig
index daaf5c5..5daa21c 100644
--- a/examples/configs/sampleconfig
+++ b/examples/configs/sampleconfig
@@ -107,7 +107,7 @@ bind S = js alert("hi");
# Parameters are separated by spaces and the script body must be one parameter, so enclose it in
# quotes and escape any inner quotes using backslashes
bind XS = sh 'echo "js alert (\'This is sent by the shell via a fifo\')" > "$4"'
-
+bind dump = sh "echo dump_config > $4"
# we ship some javascripts to do keyboard based link hinting/following. (webkit does not have C DOM bindings yet)
# this is similar to how it works in vimperator (and konqueror)
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index 94b60b1..03310b4 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -146,7 +146,7 @@ bind S = js alert("hi");
# in the body. Any additional parameters you use will appear AFTER the default parameters (cfg file
# path, fifo & socket dirs, etc.)
bind XS = sh 'echo "js alert (\\"This is sent by the shell via a fifo\\")" > "$4"'
-
+bind dump = sh "echo dump_config > $4"
# this script allows you to configure (per domain) values to fill in form fields (eg login information) and to fill in these values automatically
bind za = spawn ./examples/scripts/formfiller.sh
bind ze = spawn ./examples/scripts/formfiller.sh edit