summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2018-09-28 16:41:48 +0200
committerFlorian Bruhin <me@the-compiler.org>2018-09-28 16:41:48 +0200
commit282fbaf447849ea0e8d2bdbf3c4375689e1dcbb6 (patch)
tree414421c70ad1eedae34d12eca7380bd543fd3190
parent29691f302d2cc515cb85e279c87258f270b0d127 (diff)
downloadqutebrowser-282fbaf447849ea0e8d2bdbf3c4375689e1dcbb6.tar.gz
qutebrowser-282fbaf447849ea0e8d2bdbf3c4375689e1dcbb6.zip
Update docs
-rw-r--r--doc/changelog.asciidoc2
-rw-r--r--doc/help/settings.asciidoc11
2 files changed, 13 insertions, 0 deletions
diff --git a/doc/changelog.asciidoc b/doc/changelog.asciidoc
index c4b24640f..0b681a546 100644
--- a/doc/changelog.asciidoc
+++ b/doc/changelog.asciidoc
@@ -45,6 +45,8 @@ Added
- New t[iI][hHu] default bindings (similar to `tsh` etc.) to toggle images.
- New `tabs.max_width` setting which allows to have a more "normal" look for
tabs.
+- New `content.mute` setting which allows to mute pages (or all tabs) by
+ default.
Changed
~~~~~~~
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index eb4b7f79c..7c49e5364 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -145,6 +145,7 @@
|<<content.local_storage,content.local_storage>>|Enable support for HTML 5 local storage and Web SQL.
|<<content.media_capture,content.media_capture>>|Allow websites to record audio/video.
|<<content.mouse_lock,content.mouse_lock>>|Allow websites to lock your mouse pointer.
+|<<content.mute,content.mute>>|Automatically mute tabs.
|<<content.netrc_file,content.netrc_file>>|Netrc-file for HTTP authentication.
|<<content.notifications,content.notifications>>|Allow websites to show notifications.
|<<content.pdfjs,content.pdfjs>>|Allow pdf.js to view PDF files in the browser.
@@ -1916,6 +1917,16 @@ On QtWebEngine, this setting requires Qt 5.8 or newer.
On QtWebKit, this setting is unavailable.
+[[content.mute]]
+=== content.mute
+Automatically mute tabs.
+
+This setting supports URL patterns.
+
+Type: <<types,Bool>>
+
+Default: +pass:[false]+
+
[[content.netrc_file]]
=== content.netrc_file
Netrc-file for HTTP authentication.