qutebrowser cfg
This commit is contained in:
@@ -6,61 +6,11 @@
|
||||
|
||||
config_version: 2
|
||||
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:
|
||||
global: false
|
||||
content.desktop_capture:
|
||||
https://meet.google.com: true
|
||||
content.fullscreen.window:
|
||||
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:
|
||||
global: /home/hjalmarlucius/Downloads
|
||||
downloads.prevent_mixed_content:
|
||||
global: false
|
||||
session.default_name:
|
||||
global: hb
|
||||
tabs.mode_on_change:
|
||||
global: restore
|
||||
tabs.position:
|
||||
global: top
|
||||
|
||||
@@ -12,6 +12,15 @@ config.set(
|
||||
True,
|
||||
"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("<Ctrl+Shift+Tab>", "tab-prev")
|
||||
@@ -31,6 +40,11 @@ config.bind("K", "tab-prev")
|
||||
config.bind("J", "tab-next")
|
||||
config.bind("pw", "spawn --userscript qute-bitwarden")
|
||||
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("to", "tab-focus")
|
||||
config.bind("ø", "cmd-set-text :")
|
||||
@@ -68,6 +82,7 @@ c.content.cache.size = 52428800
|
||||
c.content.notifications.enabled = False
|
||||
c.content.tls.certificate_errors = "ask-block-thirdparty"
|
||||
c.downloads.position = "bottom"
|
||||
c.downloads.prevent_mixed_content = False
|
||||
c.editor.command = [
|
||||
"urxvt",
|
||||
"-title",
|
||||
|
||||
Reference in New Issue
Block a user