]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: update config file
authorSamir Benmendil <me@rmz.io>
Sun, 14 May 2017 19:55:17 +0000 (20:55 +0100)
committerSamir Benmendil <me@rmz.io>
Sun, 14 May 2017 19:55:17 +0000 (20:55 +0100)
qutebrowser/qutebrowser.conf

index 8fbb16beda277c155d10a8c59858ef9a627acbbe..6b01458bd2a832b4c646e7d09e25caa90390dd4d 100644 (file)
@@ -233,6 +233,7 @@ status-position = bottom
 
 # 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
 
@@ -666,6 +667,12 @@ position = top
 #     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.
@@ -927,7 +934,7 @@ cookies-accept = no-3rdparty
 
 # 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
@@ -1495,9 +1502,9 @@ prompts.selected.bg = #308cc6
 
 # _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):