diff options
author | joe <rbo@gmx.us> | 2025-10-01 14:53:22 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 14:53:22 +0200 |
commit | b3ec169382cb5df49308ef91164aac161dbfc838 (patch) | |
tree | dbe328559a8e1cf79de4ac0be78b64e2ad953fd9 /config.def.h | |
parent | up (diff) | |
download | surf-b3ec169382cb5df49308ef91164aac161dbfc838.tar.gz surf-b3ec169382cb5df49308ef91164aac161dbfc838.tar.bz2 surf-b3ec169382cb5df49308ef91164aac161dbfc838.tar.xz surf-b3ec169382cb5df49308ef91164aac161dbfc838.tar.zst surf-b3ec169382cb5df49308ef91164aac161dbfc838.zip |
up
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index cf6475b..14c7d54 100644 --- a/config.def.h +++ b/config.def.h @@ -37,7 +37,7 @@ static Parameter defconfig[ParameterLast] = { [PDFJSviewer] = { { .i = 1 }, }, [PreferredLanguages] = { { .v = (char *[]){ NULL } }, }, [RunInFullscreen] = { { .i = 0 }, }, - [ScrollBars] = { { .i = 1 }, }, + [ScrollBars] = { { .i = 0 }, }, [ShowIndicators] = { { .i = 1 }, }, [SiteQuirks] = { { .i = 1 }, }, [SmoothScrolling] = { { .i = 0 }, }, @@ -117,6 +117,7 @@ static SiteSpecific styles[] = { { "://www\\.startpage\\.com", "default.css" }, { "://duckduckgo\\.com", "default.css" }, { "://my\\.vultr\\.com", "default.css" }, + { "://|\\.suckless\\.org", "default.css" }, { "://www\\.protondb\\.com", "default.css" }, { "://www\\.reddit\\.com", "default.css" }, { "://www\\.youtube\\.com", "default.css" }, |