summaryrefslogtreecommitdiff
path: root/doc/help
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-25 12:02:40 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-25 15:39:06 +0100
commit6a73b842191d5df7f5c38d2d4e441adcd0281c00 (patch)
tree0133bf958a408596959f0788fcc28b54a20166d6 /doc/help
parent66bc00225b54ba909eef5fc13f74e476bcc0e341 (diff)
downloadqutebrowser-6a73b842191d5df7f5c38d2d4e441adcd0281c00.tar.gz
qutebrowser-6a73b842191d5df7f5c38d2d4e441adcd0281c00.zip
notifications: Change setting and connection error handling
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/settings.asciidoc22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index f02b9bc96..145e66abf 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -181,6 +181,7 @@
|<<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.notification_presenter,content.notification_presenter>>|What notification presenter to use for web notifications.
|<<content.notifications,content.notifications>>|Allow websites to show notifications.
|<<content.pdfjs,content.pdfjs>>|Allow pdf.js to view PDF files in the browser.
|<<content.persistent_storage,content.persistent_storage>>|Allow websites to request persistent storage quota via `navigator.webkitPersistentStorage.requestQuota`.
@@ -2500,6 +2501,27 @@ Type: <<types,File>>
Default: empty
+[[content.notification_presenter]]
+=== content.notification_presenter
+What notification presenter to use for web notifications.
+Windows and macOS will always act as if this is set to `qt.`
+
+This setting requires a restart.
+
+On QtWebEngine, this setting requires Qt 5.13 or newer.
+
+On QtWebKit, this setting is unavailable.
+
+Type: <<types,String>>
+
+Valid values:
+
+ * +auto+: Use a libnotify-compatible presenter if DBus is available, silently fall back to Qt's presenter otherwise.
+ * +qt+: Use Qt's native notification presenter.
+ * +libnotify+: Use a libnotify-compatible presenter if DBus is available, show an error (and fall back to Qt's presenter) otherwise.
+
+Default: +pass:[auto]+
+
[[content.notifications]]
=== content.notifications
Allow websites to show notifications.