blob: 7734076cc31aae3f42fb4f9f09cb6e6a5a1cf2d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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:
fonts.tabs:
global: 12pt Droid Sans
qt.highdpi:
global: true
tabs.padding:
global:
bottom: 2
left: 5
right: 5
top: 2
zoom.default:
global: 125%
|