Skip to content

Instantly share code, notes, and snippets.

@Aster89
Created December 7, 2023 08:07
Show Gist options
  • Save Aster89/6ffced168911b9266d3d2378fc35efbd to your computer and use it in GitHub Desktop.
Save Aster89/6ffced168911b9266d3d2378fc35efbd to your computer and use it in GitHub Desktop.
Auto config
# 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:
bindings.commands:
global:
normal:
'!': set-cmd-text :open -t !
<Back>: null
<Ctrl+F5>: null
<Ctrl+PgDown>: null
<Ctrl+PgUp>: null
<Ctrl+Shift+t>: null
<Ctrl+Shift+w>: null
<Ctrl+j>: tab-move -
<Ctrl+k>: tab-move +
<Ctrl+w>: null
<F11>: null
<Forward>: null
J: tab-prev
K: tab-next
cm: clear-messages
co: null
content.desktop_capture:
https://teams.microsoft.com: true
content.geolocation:
https://duckduckgo.com: true
https://whatismyipaddress.com: true
content.javascript.clipboard:
global: access-paste
content.local_content_can_access_remote_urls:
global: true
content.media.audio_capture:
https://meet.google.com: true
https://meet.jit.si: true
https://online-voice-recorder.com: true
https://rdv.onera.fr: true
https://teams.microsoft.com: true
https://us02web.zoom.us: true
https://web.whatsapp.com: true
content.media.audio_video_capture:
https://meet.google.com: true
https://teams.microsoft.com: true
https://us02web.zoom.us: true
content.media.video_capture:
https://meet.google.com: true
https://rdv.onera.fr: true
https://teams.microsoft.com: true
https://us02web.zoom.us: true
https://web.whatsapp.com: true
content.notifications.enabled:
https://gitter.im: true
https://meet.google.com: true
https://reviewboard.mathworks.com: true
https://teams.microsoft.com: true
https://webchat.freenode.net: true
https://www.facebook.com: true
https://www.netflix.com: true
content.register_protocol_handler:
https://mail.google.com?extsrc=mailto&url=%25s: true
https://outlook.office365.com?mailtouri=%25s: true
fonts.default_size:
global: 20pt
fonts.downloads:
global: default_size default_family
fonts.hints:
global: bold 12pt default_family
fonts.keyhint:
global: default_size default_family
fonts.messages.error:
global: default_size default_family
fonts.web.size.default:
global: 30
fonts.web.size.default_fixed:
global: 26
fonts.web.size.minimum:
global: 18
fonts.web.size.minimum_logical:
global: 16
qt.highdpi:
global: false
tabs.title.format:
global: '{audio}{relative_index}: {current_title}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment