diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-21 15:23:09 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-21 15:23:09 +0100 |
commit | 97cf5fb32353c393d62f3ffa169f2f386f9abb3b (patch) | |
tree | 46d10921345f76cb52cabfba75861e3fcb1a855e /qutebrowser | |
parent | 00dd83a8ffbb6f0a2afcf3f1129f5bb67ec9934f (diff) |
Get back to 100%!
Diffstat (limited to 'qutebrowser')
-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 1995cf4..f0eb359 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 = '100%' ## Available zoom levels. ## Type: List of Perc |