diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 15:38:45 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-02-09 15:38:45 +0900 |
| commit | 2f0e6dfeea2ac257b5527b7e2808c6771fa91a4d (patch) | |
| tree | f33707b754349cae73708ab76cc9a65a0d6670af /surf/config.def.h | |
| parent | d3a2e03e01d30020514e2891a559d7c96fda326a (diff) | |
modified surf/config.def.h, modified surf/surf, modified surf/surf.c
Diffstat (limited to 'surf/config.def.h')
| -rw-r--r-- | surf/config.def.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/surf/config.def.h b/surf/config.def.h index bde6bac..9295ed6 100644 --- a/surf/config.def.h +++ b/surf/config.def.h @@ -28,9 +28,9 @@ static Parameter defconfig[ParameterLast] = { [AccessMicrophone] = { { .i = 0 }, }, [AccessWebcam] = { { .i = 0 }, }, [Certificate] = { { .i = 0 }, }, - [CaretBrowsing] = { { .i = 0 }, }, + [CaretBrowsing] = { { .i = 1 }, }, [CookiePolicies] = { { .v = "@Aa" }, }, - [DarkMode] = { { .i = 0 }, }, + [DarkMode] = { { .i = 1 }, }, [DefaultCharset] = { { .v = "UTF-8" }, }, [DiskCache] = { { .i = 1 }, }, [DNSPrefetch] = { { .i = 0 }, }, @@ -44,14 +44,14 @@ static Parameter defconfig[ParameterLast] = { [KioskMode] = { { .i = 0 }, }, [LoadImages] = { { .i = 1 }, }, [MediaManualPlay] = { { .i = 1 }, }, - [Notifications] = { { .i = 0 } }, + [Notifications] = { { .i = 1 } }, [PreferredLanguages] = { { .v = (char *[]){ NULL } }, }, [RunInFullscreen] = { { .i = 0 }, }, [ScrollBars] = { { .i = 1 }, }, [ShowIndicators] = { { .i = 1 }, }, [SiteQuirks] = { { .i = 1 }, }, - [SmoothScrolling] = { { .i = 0 }, }, - [SpellChecking] = { { .i = 0 }, }, + [SmoothScrolling] = { { .i = 1 }, }, + [SpellChecking] = { { .i = 1 }, }, [SpellLanguages] = { { .v = ((char *[]){ "en_US", NULL }) }, }, [StrictTLS] = { { .i = 1 }, }, [Style] = { { .i = 1 }, }, |
