From 026371add878cdab548ce6700fd3598a54792aec Mon Sep 17 00:00:00 2001 From: spy Date: Fri, 25 Feb 2022 17:48:08 +0000 Subject: [PATCH] small changes --- config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.h b/config.h index 1355ba3..d1ee83e 100644 --- a/config.h +++ b/config.h @@ -1,11 +1,11 @@ /* modifier 0 means no modifier */ static int surfuseragent = 1; /* Append Surf version to default WebKit user agent */ 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 *scriptfile = "~/.local/share/surf/script.js"; +static char *styledir = "~/.local/share/surf/styles/"; +static char *certdir = "~/.local/share/surf/certificates/"; +static char *cachedir = "~/.local/share/surf/cache/"; +static char *cookiefile = "~/.local/share/surf/cookies.txt"; /* Webkit default features */ /* Highest priority value will be used. @@ -121,7 +121,7 @@ static SiteSpecific certs[] = { { "://suckless\\.org/", "suckless.org.crt" }, }; -#define MODKEY GDK_CONTROL_MASK +#define MODKEY Mod1Mask /* hotkeys */ /*