From: Skullheadx Date: Wed, 29 Apr 2026 02:47:59 +0000 (-0400) Subject: use correct dirs X-Git-Url: http://git.skullheadx.com/index.css?a=commitdiff_plain;h=9667df095041ac26a4df239ef1c199115ee9e015;p=surf.git use correct dirs --- 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.