aboutsummaryrefslogtreecommitdiff
path: root/qutebrowser/autoconfig.yml
blob: a88f79097337183dae2657ee6a573313599e21f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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:
  fonts.default_family:
    global: monospace
  fonts.default_size:
    global: 12pt
  fonts.messages.info:
    global: default_size default_family
  fonts.statusbar:
    global: default_size default_family
  fonts.tabs.selected:
    global: default_size sans-serif
  fonts.tabs.unselected:
    global: default_size sans-serif
  qt.highdpi:
    global: true
  scrolling.smooth:
    global: true
  tabs.indicator.padding:
    global:
      bottom: 2
      left: 0
      right: 4
      top: 2
  tabs.padding:
    global:
      bottom: 10
      left: 5
      right: 5
      top: 5
  zoom.default:
    global: 100%