aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/configs/sampleconfig-dev
diff options
context:
space:
mode:
Diffstat (limited to 'examples/configs/sampleconfig-dev')
-rw-r--r--examples/configs/sampleconfig-dev8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/configs/sampleconfig-dev b/examples/configs/sampleconfig-dev
index c1b136c..b53ac48 100644
--- a/examples/configs/sampleconfig-dev
+++ b/examples/configs/sampleconfig-dev
@@ -16,6 +16,7 @@ set download_handler = spawn ./examples/scripts/download.sh
set cookie_handler = ./examples/scripts/cookies.sh
set minimum_font_size = 6
set default_font_size = 11
+set default_monospace_size = 11
# use with bind ... = sh <shell-oneliner>
set shell_cmd = sh -c
@@ -111,6 +112,10 @@ bind S = js alert("hi");
bind XS = sh 'echo "act script alert (\\"This is sent by the shell via a fifo\\")" > "$4"'
+# this script allows you to load predefined values into html forms. (eg login information)
+# if you have no config file yet, it will let you create settings easily.
+bind z = spawn ./examples/scripts/formfiller.sh
+
# 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)
# TODO: did we resolve: "no click() event for hyperlinks so no referrer set" ?
@@ -121,5 +126,8 @@ bind fl* = script ./examples/scripts/follow_Numbers.js %s
# using strings, not polished yet:
bind fL* = script ./examples/scripts/follow_Numbers_Strings.js %s
+# you can use this to disable all plugins
+set disable_plugins = 0
+
# "home" page if you will
set uri = uzbl.org