summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-26 16:37:59 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-27 15:30:02 +0100
commite2e4c74ffb0df411cca76be55cdebff65de44c19 (patch)
tree5204420fdc0e13547a5d2195ed32220a4d4dd1a3 /doc
parentdb94e7b8a2028c0003074eda0d5f588d7f098528 (diff)
downloadqutebrowser-e2e4c74ffb0df411cca76be55cdebff65de44c19.tar.gz
qutebrowser-e2e4c74ffb0df411cca76be55cdebff65de44c19.zip
notifications: Add MessagesNotificationAdapter
Diffstat (limited to 'doc')
-rw-r--r--doc/help/settings.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc
index d8d58d9a2..75ea4a0a6 100644
--- a/doc/help/settings.asciidoc
+++ b/doc/help/settings.asciidoc
@@ -2536,6 +2536,7 @@ Valid values:
* +qt+: Use Qt's native notification presenter. Switching from or to this value requires a restart of qutebrowser.
* +libnotify+: Use a libnotify-compatible presenter if DBus is available, show an error (and fall back to Qt's presenter) otherwise.
* +systray+: Use a notification presenter based on a systray icon. This is a reimplementation of the `qt` setting value, but with the possibility to switch to it at runtime.
+ * +messages+: Show notifications as qutebrowser messages. Most features (images, clicking/closing notifications) aren't available.
Default: +pass:[auto]+