diff options
Diffstat (limited to 'surf')
| -rw-r--r-- | surf/config.def.h | 6 |
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" }, |
