From dae5615b67642de1f404a3698109de5f966a9a40 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Wed, 8 May 2024 10:51:08 -0500 Subject: Add qutebrowser config and more --- config/qutebrowser/autoconfig.yml | 95 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 config/qutebrowser/autoconfig.yml (limited to 'config') diff --git a/config/qutebrowser/autoconfig.yml b/config/qutebrowser/autoconfig.yml new file mode 100644 index 0000000..0186ef0 --- /dev/null +++ b/config/qutebrowser/autoconfig.yml @@ -0,0 +1,95 @@ +# If a config.py file exists, this file is ignored unless it's explicitly loaded +# via config.load_autoconfig(). For more information, see: +# https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/configuring.asciidoc#loading-autoconfigyml +# DO NOT edit this file by hand, qutebrowser will overwrite it. +# Instead, create a config.py - see :help for details. + +config_version: 2 +settings: + aliases: + global: + q: close + qa: quit + w: session-save + wq: quit --save + wqa: quit --save + colors.completion.category.bg: + global: white + colors.completion.category.border.bottom: + global: white + colors.completion.category.border.top: + global: white + colors.completion.category.fg: + global: black + colors.completion.even.bg: + global: white + colors.completion.fg: + global: black + colors.completion.item.selected.bg: + global: '#E0EEEE' + colors.completion.item.selected.border.bottom: + global: white + colors.completion.item.selected.border.top: + global: white + colors.completion.item.selected.fg: + global: black + colors.completion.odd.bg: + global: white + colors.statusbar.command.bg: + global: white + colors.statusbar.command.fg: + global: black + colors.statusbar.normal.bg: + global: white + colors.statusbar.normal.fg: + global: black + colors.statusbar.passthrough.bg: + global: darkblue + colors.statusbar.url.fg: + global: black + colors.statusbar.url.hover.fg: + global: aqua + colors.statusbar.url.success.http.fg: + global: black + colors.statusbar.url.success.https.fg: + global: black + colors.statusbar.url.warn.fg: + global: yellow + colors.tabs.bar.bg: + global: '#555555' + colors.tabs.odd.fg: + global: black + colors.tabs.pinned.selected.odd.bg: + global: black + colors.tabs.pinned.selected.odd.fg: + global: white + colors.tabs.selected.odd.bg: + global: black + fonts.default_family: + global: Iosevka Aile + fonts.default_size: + global: 15pt + fonts.downloads: + global: default_size default_family + fonts.web.family.fixed: + global: Iosevka Term Curly + fonts.web.family.sans_serif: + global: Iosevka Aile + fonts.web.family.serif: + global: Iosevka Etoile + fonts.web.family.standard: + global: null + fonts.web.size.default: + global: 13 + fonts.web.size.default_fixed: + global: 13 + hints.chars: + global: arstdhneio + tabs.show: + global: never + tabs.tabs_are_windows: + global: true + url.default_page: + global: https://kagi.com + zoom.default: + global: 175% -- cgit v1.2.3