diff options
author | Marc Coquand <marc@mccd.space> | 2024-07-01 21:27:23 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-07-12 12:58:07 -0500 |
commit | 9053e1033e69f71389cc24196c6c588f8c35a683 (patch) | |
tree | db85daee634c71df149b5a6b5c37f95753b652fa /config/qutebrowser | |
parent | 0a20357d4585da91d92252972f3eb7b715ff64ab (diff) | |
download | bsd-9053e1033e69f71389cc24196c6c588f8c35a683.tar.gz bsd-9053e1033e69f71389cc24196c6c588f8c35a683.tar.bz2 bsd-9053e1033e69f71389cc24196c6c588f8c35a683.zip |
vimrc
Diffstat (limited to '')
-rw-r--r-- | config/qutebrowser/autoconfig.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/qutebrowser/autoconfig.yml b/config/qutebrowser/autoconfig.yml index a578568..caac3e5 100644 --- a/config/qutebrowser/autoconfig.yml +++ b/config/qutebrowser/autoconfig.yml @@ -113,7 +113,7 @@ settings: fonts.default_family: global: Iosevka Aile fonts.default_size: - global: 7pt + global: 14pt fonts.downloads: global: default_size default_family fonts.web.family.fantasy: @@ -132,8 +132,12 @@ settings: global: never tabs.show: global: switching + url.default_page: + global: https://kagi.com url.searchengines: global: DEFAULT: https://kagi.com/search?q={} + url.start_pages: + global: https://kagi.com zoom.default: global: 150% |