[hackers] [surf] Changing the config.def.h to fit the new buildpath() behaviour. || Christoph Lohmann

From: <hg_AT_suckless.org>
Date: Wed, 31 Oct 2012 21:18:05 +0100 (CET)

changeset: 258:84cc14723325
tag: tip
user: Christoph Lohmann <20h_AT_r-36.net>
date: Wed Oct 31 21:16:12 2012 +0100
files: config.def.h
description:
Changing the config.def.h to fit the new buildpath() behaviour.


diff -r a7bb2344a9cf -r 84cc14723325 config.def.h
--- a/config.def.h Wed Oct 31 21:13:50 2012 +0100
+++ b/config.def.h Wed Oct 31 21:16:12 2012 +0100
_AT_@ -6,9 +6,9 @@
 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 */
Received on Wed Oct 31 2012 - 21:18:05 CET

This archive was generated by hypermail 2.3.0 : Wed Oct 31 2012 - 21:24:12 CET