summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorEnno Boland (tox) <tox@s01.de>2009-10-13 21:52:43 +0200
committerEnno Boland (tox) <tox@s01.de>2009-10-13 21:52:43 +0200
commit0d28cf745823b8c188d169bc23a1131479ccfec6 (patch)
tree59c29005a9105df5500e588ae662c9e9e03de5eb /config.def.h
parent92cb8792e17e7f0c61131da3be1bddda5375bc47 (diff)
downloadsurf-0d28cf745823b8c188d169bc23a1131479ccfec6.tar.gz
surf-0d28cf745823b8c188d169bc23a1131479ccfec6.tar.bz2
surf-0d28cf745823b8c188d169bc23a1131479ccfec6.zip
making config-files configurable in config.h
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index ffe11ac..e1b6df7 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,6 +1,10 @@
/* modifier 0 means no modifier */
static gchar *progress = "#FF0000";
static gchar *progress_trust = "#00FF00";
+static gchar *stylefile = ".surf/style.css";
+static gchar *scriptfile = ".surf/script.js";
+static gchar *cookiefile = ".surf/cookie.txt";
+static gchar *dldir = ".surf/dl";
#define MODKEY GDK_CONTROL_MASK
static Key keys[] = {
/* modifier keyval function arg Focus */