49 lines
1.4 KiB
YAML
Executable File
49 lines
1.4 KiB
YAML
Executable File
# 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:
|
|
J: scroll-page 0 1
|
|
K: scroll-page 0 -1
|
|
gp: mode-enter passthrough
|
|
h: back
|
|
l: forward
|
|
colors.webpage.preferred_color_scheme:
|
|
global: dark
|
|
content.autoplay:
|
|
global: false
|
|
content.cookies.accept:
|
|
global: no-unknown-3rdparty
|
|
content.cookies.store:
|
|
global: false
|
|
content.media.audio_capture:
|
|
https://online-voice-recorder.com: true
|
|
content.notifications.enabled:
|
|
https://app.cinny.in: true
|
|
content.register_protocol_handler:
|
|
https://mail.google.com?extsrc=mailto&url=%25s: true
|
|
fonts.debug_console:
|
|
global: default_size default_family
|
|
fonts.default_family:
|
|
global: Ubuntu
|
|
fonts.prompts:
|
|
global: 12 Inconsolata
|
|
fonts.statusbar:
|
|
global: 12 Nimbus Mono
|
|
fonts.web.family.fixed:
|
|
global: Inconsolata
|
|
fonts.web.family.serif:
|
|
global: Ubuntu
|
|
fonts.web.family.standard:
|
|
global: Ubuntu
|
|
tabs.show:
|
|
global: never
|
|
tabs.tabs_are_windows:
|
|
global: true
|