qutebrowser: Increase the font size and default zoom
This commit is contained in:
parent
0002d02e6c
commit
f8a25ac9f7
1 changed files with 3 additions and 3 deletions
|
@ -91,8 +91,8 @@ c.aliases["h"] = "help"
|
|||
c.fonts.default_family = [
|
||||
"monospace",
|
||||
]
|
||||
c.fonts.default_size = "16pt"
|
||||
c.fonts.tabs.selected = "18pt default_family"
|
||||
c.fonts.default_size = "20pt"
|
||||
c.fonts.tabs.selected = "22pt default_family"
|
||||
# Spell checking
|
||||
c.spellcheck.languages = ["en-GB"]
|
||||
|
||||
|
@ -157,7 +157,7 @@ c.aliases["view-google-cache"] = "open https://www.google.com/search?q=cache:{ur
|
|||
c.aliases["vgc"] = "open https://www.google.com/search?q=cache:{url}"
|
||||
|
||||
# Set a higher zoom level by default
|
||||
c.zoom.default = "200%"
|
||||
c.zoom.default = "250%"
|
||||
|
||||
# Javascript
|
||||
c.content.javascript.enabled = True
|
||||
|
|
Loading…
Reference in a new issue