qutebrowser: Increase the font size and default zoom

This commit is contained in:
Sanchayan Maity 2023-03-05 13:27:06 +05:30
parent 0002d02e6c
commit f8a25ac9f7
Signed by: sanchayanmaity
GPG Key ID: 6F6A0609C12038F3
1 changed files with 3 additions and 3 deletions

View File

@ -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