summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarc Coquand <marc@mccd.space>2024-05-08 10:51:08 -0500
committerMarc Coquand <marc@mccd.space>2024-05-08 10:51:08 -0500
commitdae5615b67642de1f404a3698109de5f966a9a40 (patch)
tree4af27e89971bf2cd34e99c21500cd9788e35248a /config
parent359dd854a9f5ace86caf9e4d0dbfe1de3de43b59 (diff)
downloadrcm-dae5615b67642de1f404a3698109de5f966a9a40.tar.gz
rcm-dae5615b67642de1f404a3698109de5f966a9a40.tar.bz2
rcm-dae5615b67642de1f404a3698109de5f966a9a40.zip
Add qutebrowser config and more
Diffstat (limited to 'config')
-rw-r--r--config/qutebrowser/autoconfig.yml95
1 files changed, 95 insertions, 0 deletions
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%