aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-02 11:50:21 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-01-02 11:50:21 +0100
commit7f8ef03cfd55c266de8b78bfa19e154e1e9047b6 (patch)
tree27f61780ca1d1f37d1d561d03e2ad1708f03ab40 /src/config.h
parentcf98a9a7f1713c81ba855f79de2a48aa1f994714 (diff)
move source files from project root into src directory. Makefile is a bit broken though
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
new file mode 100644
index 0000000..e9b9a8e
--- /dev/null
+++ b/src/config.h
@@ -0,0 +1,10 @@
+const struct {
+ /*@null@*/ char *command;
+} default_config[] = {
+{ "set status_format = <span background=\"red\" foreground=\"white\">\\@[\\@keycmd]\\@</span> <b>\\@[\\@TITLE]\\@</b> - Uzbl browser"},
+{ "set title_format_long = \\@keycmd \\@TITLE - Uzbl browser <\\@NAME> > \\@SELECTED_URI"},
+{ "set title_format_short = \\@TITLE - Uzbl browser <\\@NAME>"},
+{ "set max_conns = 100"}, /* WebkitGTK default: 10 */
+{ "set max_conns_host = 6"}, /* WebkitGTK default: 2 */
+{ NULL }
+};