# message-timeout (Int):
# Time (in ms) to show messages in the statusbar for.
+# Set to 0 to never clear messages.
# Default: 2000
message-timeout = 2000
# Default: true
show-favicons = true
+# favicon-scale (Float):
+# Scale for favicons in the tab bar. The tab size is unchanged, so
+# big favicons also require extra `tabs->padding`.
+# Default: 1.0
+favicon-scale = 1.0
+
# width (PercOrInt):
# The width of the tab bar if it's vertical, in px or as percentage
# of the window.
# cookies-store (Bool):
# Whether to store cookies. Note this option needs a restart with
-# QtWebEngine.
+# QtWebEngine on Qt < 5.9.
# Valid values: true, false
# Default: true
cookies-store = true
# _monospace (Font):
# Default monospace fonts.
-# Default: Terminus, Monospace, "DejaVu Sans Mono", Monaco,
-# "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier,
-# "Liberation Mono", monospace, Fixed, Consolas, Terminal
+# Default: xos4 Terminus, Terminus, Monospace, "DejaVu Sans Mono",
+# Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New",
+# Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal
_monospace = Hack, Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Consolas, Terminal
# completion (Font):