summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorQuentin Rameau <quinq@fifth.space>2017-05-11 15:33:42 +0200
committerQuentin Rameau <quinq@fifth.space>2017-05-11 15:33:42 +0200
commit4a1876eb80dca2c2a3636a7d3af55a34916bb03e (patch)
tree8c3b4670b68d6358ea22f68a14179f4ddf262ce5 /config.def.h
parent93a3e4cda031d226549430e89b8119ce5c1ad7b3 (diff)
downloadsurf-4a1876eb80dca2c2a3636a7d3af55a34916bb03e.tar.gz
surf-4a1876eb80dca2c2a3636a7d3af55a34916bb03e.tar.bz2
surf-4a1876eb80dca2c2a3636a7d3af55a34916bb03e.zip
Add config option for smooth scrolling activation
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 44f4584..50dd739 100644
--- a/config.def.h
+++ b/config.def.h
@@ -32,6 +32,7 @@ static Parameter defconfig[ParameterLast] = {
SETB(ScrollBars, 1),
SETB(ShowIndicators, 1),
SETB(SiteQuirks, 1),
+ SETB(SmoothScrolling, 0),
SETB(SpellChecking, 0),
SETV(SpellLanguages, ((char *[]){ "en_US", NULL })),
SETB(StrictTLS, 1),