aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
authorGravatar tczy <cy@wre.ath.cx>2010-01-06 05:58:18 +0200
committerGravatar tczy <cy@wre.ath.cx>2010-01-06 05:58:18 +0200
commit7c5e8614c1e57ddb77bc74a078c8d1725e452620 (patch)
tree3e57b9f226b70f144e1f1bf6d175e21f35cc52b6 /config.h
parent818361186501215e2a9d8b2d558168f7fb62520f (diff)
add follow_hint_keys default setting of 0123456789
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index e9b9a8e..80ca29c 100644
--- a/config.h
+++ b/config.h
@@ -6,5 +6,6 @@ const struct {
{ "set title_format_short = \\@TITLE - Uzbl browser <\\@NAME>"},
{ "set max_conns = 100"}, /* WebkitGTK default: 10 */
{ "set max_conns_host = 6"}, /* WebkitGTK default: 2 */
+{ "set follow_hint_keys = 0123456789"},
{ NULL }
};