summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.yml
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 /qutebrowser/config/configdata.yml
parent66bc00225b54ba909eef5fc13f74e476bcc0e341 (diff)
downloadqutebrowser-6a73b842191d5df7f5c38d2d4e441adcd0281c00.tar.gz
qutebrowser-6a73b842191d5df7f5c38d2d4e441adcd0281c00.zip
notifications: Change setting and connection error handling
Diffstat (limited to 'qutebrowser/config/configdata.yml')
-rw-r--r--qutebrowser/config/configdata.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 696a87d66..0c1b6b2ed 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -910,14 +910,16 @@ content.notifications:
desc: Allow websites to show notifications.
content.notification_presenter:
- default: libnotify
+ 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.
- - libnotify: Use a libnotify-compatible presenter if one is present,
- otherwise fall back to Qt.
+ - libnotify: Use a libnotify-compatible presenter if DBus is available, show an
+ error (and fall back to Qt's presenter) otherwise.
backend:
QtWebEngine: Qt 5.13
QtWebKit: false