diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-19 16:17:36 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-19 16:17:36 +0100 |
commit | 6cc4ed44830a62b7f43870dae3fb2540687671b0 (patch) | |
tree | 64458425a1129730f3cc6c3ac2f334b8d281d5bc /qutebrowser/config.py | |
parent | 44e8e526f4faeb5a3caaf7e44f94013567ac217d (diff) |
big update - profile, vim - newsboat, ignore bash taskrc
Diffstat (limited to 'qutebrowser/config.py')
-rw-r--r-- | qutebrowser/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/config.py b/qutebrowser/config.py index a43eb02..f8f3ca3 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1493,7 +1493,7 @@ c.url.searchengines.update({'r': 'https://www.reddit.com/search?q={}'}) ## Default zoom level. ## Type: Perc -c.zoom.default = '115%' +c.zoom.default = '110%' ## Available zoom levels. ## Type: List of Perc |