diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index 6d304c4..d7ca944 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -6,61 +6,11 @@ config_version: 2 settings: - bindings.commands: - global: - insert: - : mode-enter passthrough - normal: - <: tab-move - - : tab-prev - : tab-next - : history - : cmd-set-text :open {url:pretty} - : restart - : null - : config-cycle colors.webpage.darkmode.enabled true false ;; restart - : config-cycle tabs.position top left - : devtools - : mode-enter passthrough - : 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 diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 4e2ed2c..985505b 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -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("", "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",