qutebrowser cfg

This commit is contained in:
Henrik Bakken
2025-02-10 16:08:36 +01:00
parent ca92d091e2
commit 68ea9a555a
2 changed files with 15 additions and 50 deletions
-50
View File
@@ -6,61 +6,11 @@
config_version: 2 config_version: 2
settings: settings:
bindings.commands:
global:
insert:
<Shift+Escape>: mode-enter passthrough
normal:
<: tab-move -
<Ctrl+Shift+Tab>: tab-prev
<Ctrl+Tab>: tab-next
<Ctrl+h>: history
<Ctrl+l>: cmd-set-text :open {url:pretty}
<Ctrl+r>: restart
<Ctrl+v>: null
<F10>: config-cycle colors.webpage.darkmode.enabled true false ;; restart
<F11>: config-cycle tabs.position top left
<F12>: devtools
<Shift+Escape>: mode-enter passthrough
<Shift+F12>: view-source
'>': tab-move +
D: tab-close
J: tab-prev
K: tab-next
M: null
d: null
gB: null
gb: null
m: cmd-set-text :quickmark-add {url:pretty} "
pw: spawn --userscript qute-bitwarden
q: null
tm: tab-move
to: tab-focus
wB: null
ø: 'cmd-set-text :'
colors.webpage.darkmode.enabled: colors.webpage.darkmode.enabled:
global: false global: false
content.desktop_capture:
https://meet.google.com: true
content.fullscreen.window: content.fullscreen.window:
global: true global: true
content.javascript.clipboard:
global: access-paste
content.media.audio_capture:
https://meet.google.com: true
content.media.audio_video_capture:
https://meet.google.com: true
content.media.video_capture:
https://meet.google.com: true
content.register_protocol_handler:
https://calendar.google.com?cid=%25s: true
downloads.location.directory: downloads.location.directory:
global: /home/hjalmarlucius/Downloads global: /home/hjalmarlucius/Downloads
downloads.prevent_mixed_content:
global: false
session.default_name: session.default_name:
global: hb global: hb
tabs.mode_on_change:
global: restore
tabs.position:
global: top
+15
View File
@@ -12,6 +12,15 @@ config.set(
True, True,
"https://mail.google.com?extsrc=mailto&url=%25s", "https://mail.google.com?extsrc=mailto&url=%25s",
) )
config.set(
"content.register_protocol_handler",
True,
"https://calendar.google.com?cid=%25s",
)
config.set("content.desktop_capture", True, "https://meet.google.com")
config.set("content.media.audio_video_capture", True, "https://meet.google.com")
config.set("content.media.video_capture", True, "https://meet.google.com")
config.set("content.media.audio_capture", True, "https://meet.google.com")
config.bind("<", "tab-move -") config.bind("<", "tab-move -")
config.bind("<Ctrl+Shift+Tab>", "tab-prev") config.bind("<Ctrl+Shift+Tab>", "tab-prev")
@@ -31,6 +40,11 @@ config.bind("K", "tab-prev")
config.bind("J", "tab-next") config.bind("J", "tab-next")
config.bind("pw", "spawn --userscript qute-bitwarden") config.bind("pw", "spawn --userscript qute-bitwarden")
config.bind("do", "download-open") config.bind("do", "download-open")
config.bind("dx", "download-cancel")
config.bind("dD", "download-delete")
config.bind("dr", "download-retry")
config.bind("dC", "download-clear")
config.bind("dc", "download-remove")
config.bind("tm", "tab-move") config.bind("tm", "tab-move")
config.bind("to", "tab-focus") config.bind("to", "tab-focus")
config.bind("ø", "cmd-set-text :") config.bind("ø", "cmd-set-text :")
@@ -68,6 +82,7 @@ c.content.cache.size = 52428800
c.content.notifications.enabled = False c.content.notifications.enabled = False
c.content.tls.certificate_errors = "ask-block-thirdparty" c.content.tls.certificate_errors = "ask-block-thirdparty"
c.downloads.position = "bottom" c.downloads.position = "bottom"
c.downloads.prevent_mixed_content = False
c.editor.command = [ c.editor.command = [
"urxvt", "urxvt",
"-title", "-title",