29 lines
866 B
YAML
29 lines
866 B
YAML
# 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/master/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:
|
|
content.autoplay:
|
|
global: false
|
|
fonts.debug_console:
|
|
global: default_size default_family
|
|
fonts.default_family:
|
|
global: Ubuntu
|
|
fonts.prompts:
|
|
global: default_size sans-serif
|
|
fonts.statusbar:
|
|
global: default_size Ubuntu Mono
|
|
fonts.web.family.fixed:
|
|
global: Ubuntu Mono
|
|
fonts.web.family.serif:
|
|
global: Ubuntu
|
|
fonts.web.family.standard:
|
|
global: Ubuntu
|
|
tabs.show:
|
|
global: never
|
|
tabs.tabs_are_windows:
|
|
global: true
|