summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.yml
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-26 16:17:17 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-27 15:30:02 +0100
commitdb94e7b8a2028c0003074eda0d5f588d7f098528 (patch)
tree3e16c345da77328aea164bea35d18796fda35d17 /qutebrowser/config/configdata.yml
parent330e51185fdbd0b0847fa8d7764f9234c6f60878 (diff)
downloadqutebrowser-db94e7b8a2028c0003074eda0d5f588d7f098528.tar.gz
qutebrowser-db94e7b8a2028c0003074eda0d5f588d7f098528.zip
notifications: Initialize adapters lazily
Diffstat (limited to 'qutebrowser/config/configdata.yml')
-rw-r--r--qutebrowser/config/configdata.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index e561d38b8..0ef9f2fad 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -914,15 +914,18 @@ content.notifications.enabled:
content.notifications.presenter:
default: auto
- restart: true # no way to clear the presenter libnotify installs
type:
name: 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.
+ - 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.
backend:
QtWebEngine: Qt 5.14
QtWebKit: false