summaryrefslogtreecommitdiff
path: root/qutebrowser/config/configdata.yml
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-03-24 14:12:36 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-03-24 14:12:36 +0100
commit2f592f7ce6414e3c071eaa6df86bf34b6a213bdf (patch)
treee65f177e655544d756c52b880781d27b2016bfa5 /qutebrowser/config/configdata.yml
parentfdc21e10dd2b8d11d3f2798b8a3a490ec67c9377 (diff)
parent41bcada133b7235db698a2354df27585438b6a4b (diff)
downloadqutebrowser-2f592f7ce6414e3c071eaa6df86bf34b6a213bdf.tar.gz
qutebrowser-2f592f7ce6414e3c071eaa6df86bf34b6a213bdf.zip
Merge remote-tracking branch 'origin/pr/5457' into dev
Diffstat (limited to 'qutebrowser/config/configdata.yml')
-rw-r--r--qutebrowser/config/configdata.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/qutebrowser/config/configdata.yml b/qutebrowser/config/configdata.yml
index 8b233e018..696a87d66 100644
--- a/qutebrowser/config/configdata.yml
+++ b/qutebrowser/config/configdata.yml
@@ -909,6 +909,23 @@ content.notifications:
QtWebKit: true
desc: Allow websites to show notifications.
+content.notification_presenter:
+ default: libnotify
+ restart: true # no way to clear the presenter libnotify installs
+ type:
+ name: String
+ valid_values:
+ - qt: Use Qt's native notification presenter.
+ - libnotify: Use a libnotify-compatible presenter if one is present,
+ otherwise fall back to Qt.
+ backend:
+ QtWebEngine: Qt 5.13
+ QtWebKit: false
+ desc: >-
+ What notification presenter to use for web notifications.
+
+ Windows and macOS will always act as if this is set to `qt.`
+
content.pdfjs:
default: false
type: Bool