aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-19 14:54:28 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-19 14:54:28 +0300
commit757b51da21442ffc4f3b39dfe173999bfcb8a3c8 (patch)
treeb0940bfaa5f2fcbb2add14c75b980e6660cdde42 /examples/configs
parent355fa7c0d712c2b7a15bf15d8b12c078d4310085 (diff)
Disable splitting for some actions, fix sampleconfig-dev
Diffstat (limited to 'examples/configs')
-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 d80b927..3f9b5fa 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -95,7 +95,7 @@ bind p = sh "echo act uri `xclip -selection primary -o` > $4"
# go to the page in clipboard
bind P = sh "echo act uri `xclip -selection clipboard -o` > $4"
bind ZZ = exit
-bind S = script 'alert("hi");'
+bind S = script alert("hi");
# example showing how to use sh
# it sends a command to the fifo, whose path is told via a positional param
# if fifo_dir is not set, it'll echo to a file named (null) somewhere >:) remember to delete it
@@ -103,7 +103,7 @@ bind S = script 'alert("hi");'
# you must enclose it in quotes. Remember to escape (and double-escape) quotes and backslashes
# 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 "act script \'alert (\\\"This is sent by the shell via a fifo\\\")\'" > "$4"'
+bind XS = sh 'echo "act script alert (\\"This is sent by the shell via a fifo\\")" > "$4"'
# Keyboard based link following: work in progress! No C DOM bindings yet, no click() event for hyperlinks so no referrer set..Quite basic but does the job for now...
#hit F to toggle the Hints (now in form of link numbering)