diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index 352970d..cf6475b 100644 --- a/config.def.h +++ b/config.def.h @@ -19,7 +19,7 @@ static Parameter defconfig[ParameterLast] = { [AccessWebcam] = { { .i = 0 }, }, [Certificate] = { { .i = 0 }, }, [CaretBrowsing] = { { .i = 0 }, }, - [CookiePolicies] = { { .v = "@Aa" }, }, + [CookiePolicies] = { { .v = "A@a" }, }, [DarkMode] = { { .i = 0 }, }, [DefaultCharset] = { { .v = "UTF-8" }, }, [DiskCache] = { { .i = 1 }, }, @@ -61,8 +61,8 @@ static int winsize[] = { 800, 600 }; static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | WEBKIT_FIND_OPTIONS_WRAP_AROUND; -#define PROMPT_GO "Go:" -#define PROMPT_FIND "Find:" +#define PROMPT_GO "go:" +#define PROMPT_FIND "find:" /* SETPROP(readprop, setprop, prompt)*/ #define SETPROP(r, s, p) { \ @@ -116,6 +116,7 @@ static SiteSpecific styles[] = { { "://windmill\\.nuabee\\.fr", "default.css" }, { "://www\\.startpage\\.com", "default.css" }, { "://duckduckgo\\.com", "default.css" }, + { "://my\\.vultr\\.com", "default.css" }, { "://www\\.protondb\\.com", "default.css" }, { "://www\\.reddit\\.com", "default.css" }, { "://www\\.youtube\\.com", "default.css" }, |