about summary refs log tree commit diff
path: root/config.def.h
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-10-31 21:16:12 +0100
committerChristoph Lohmann <20h@r-36.net>2012-10-31 21:16:12 +0100
commit6aaaeb72675cf3db70a09649f86fd8b703f4d6b6 (patch)
treeab78aa45139212a91a0a8b76696d2dbb5e55dd18 /config.def.h
parentAdd options for scriptfile, cookiefile and stylefile. And changing the default (diff)
downloadsurf-6aaaeb72675cf3db70a09649f86fd8b703f4d6b6.tar.gz
surf-6aaaeb72675cf3db70a09649f86fd8b703f4d6b6.tar.bz2
surf-6aaaeb72675cf3db70a09649f86fd8b703f4d6b6.zip
Changing the config.def.h to fit the new buildpath() behaviour.
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h
index 6acf38c..3fb13b0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -6,9 +6,9 @@ static char *progress_trust = "#00FF00";
 static char *progress_proxy = "#FFFF00";
 static char *progress_proxy_trust = "#66FF00";
 static char *progress_proxy_untrust = "#FF6600";
-static char *stylefile      = ".surf/style.css";
-static char *scriptfile     = ".surf/script.js";
-static char *cookiefile     = ".surf/cookies.txt";
+static char *stylefile      = "~/.surf/style.css";
+static char *scriptfile     = "~/.surf/script.js";
+static char *cookiefile     = "~/.surf/cookies.txt";
 static time_t sessiontime   = 3600;
 static char *cafile         = "/etc/ssl/certs/ca-certificates.crt";
 static char *strictssl      = FALSE; /* Refuse untrusted SSL connections */