diff --git a/qutebrowser/config/configdata.py b/qutebrowser/config/configdata.py index 51e4db8e4..0e24f368f 100644 --- a/qutebrowser/config/configdata.py +++ b/qutebrowser/config/configdata.py @@ -914,7 +914,7 @@ def data(readonly=False): "matched."), ('auto-follow-timeout', - SettingValue(typ.Int(), 0), + SettingValue(typ.Int(), '0'), "A timeout to inhibit normal-mode key bindings after a successful" "auto-follow."),