making config-files configurable in config.h

This commit is contained in:
Enno Boland (tox)
2009-10-13 21:52:43 +02:00
parent 92cb8792e1
commit 0d28cf7458
2 changed files with 46 additions and 32 deletions
+4
View File
@@ -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 */