]> Skullheadx's Git Forge - surf.git/commitdiff
use correct dirs
authorSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 02:47:59 +0000 (22:47 -0400)
committerSkullheadx <admonty1@protonmail.com>
Wed, 29 Apr 2026 02:47:59 +0000 (22:47 -0400)
config.h

index e16a48bdc701856c80f636510cc73619754c5790..6cdee4b1e28002f62c0f155358cac4af7419654f 100644 (file)
--- 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.