summaryrefslogtreecommitdiff
path: root/surf
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-09 16:07:49 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-02-09 16:07:49 +0900
commit774a63e40a1c4f9a7056ae08b5fa77430ed97be2 (patch)
tree7f9bda0028169ed4656d3f7be620932c81cada19 /surf
parent30ac7c50b4bc3e86a23fa7f281558fa792086d78 (diff)
modified surf/config.def.h
Diffstat (limited to 'surf')
-rw-r--r--surf/config.def.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/surf/config.def.h b/surf/config.def.h
index 34cf531..ab3f7d6 100644
--- a/surf/config.def.h
+++ b/surf/config.def.h
@@ -10,9 +10,9 @@ static char *fulluseragent = ""; /* Or override the whole user agent string */
static char *scriptfile = "~/.surf/script.js";
static char *styledir = "~/.surf/styles/";
static char *certdir = "~/.surf/certificates/";
-static char *cachedir = "~/.surf/cache/";
-static char *cookiefile = "~/.surf/cookies.txt";
-static char *historyfile = "~/.surf/history.txt";
+static char *cachedir = "/tmp/";
+static char *cookiefile = "/tmp/cookies.txt";
+static char *historyfile = "/tmp/history.txt";
static char *searchengine = "https://searx.thesiah.xyz/?q=";
static SearchEngine searchengines[] = {
{ " ", "https://searx.thesiah.xyz/?q=%s" },