From 9667df095041ac26a4df239ef1c199115ee9e015 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Tue, 28 Apr 2026 22:47:59 -0400 Subject: [PATCH] use correct dirs --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index e16a48b..6cdee4b 100644 --- a/config.h +++ b/config.h @@ -3,9 +3,9 @@ static int surfuseragent = 1; /* Append Surf version to default WebKit user static char *fulluseragent = ""; /* Or override the whole user agent string */ static char *scriptfile = "~/.config/surf/script.js"; static char *styledir = "~/.config/surf/styles/"; -static char *certdir = "~/.config/surf/certificates/"; -static char *cachedir = "~/.config/surf/cache/"; -static char *cookiefile = "~/.config/surf/cookies.txt"; +static char *certdir = "~/.local/share/surf/certificates/"; +static char *cachedir = "~/.cache/surf/cache/"; +static char *cookiefile = "~/.local/share/surf/cookies.txt"; /* Webkit default features */ /* Highest priority value will be used. -- 2.54.0