From: Samir Benmendil Date: Sun, 10 May 2020 14:25:47 +0000 (+0100) Subject: qutebrowser: enable notifications for some sites X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/6316bb82fd3e51cc1f214ad7c84a392251d44ba2?ds=sidebyside qutebrowser: enable notifications for some sites --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 66d82b8..105759f 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -786,7 +786,9 @@ c.content.headers.accept_language = 'en-UK;q=1.0, en;q=0.9, de;q=0.7, fr;q=0.7, ## - true ## - false ## - ask -# c.content.notifications = 'ask' +c.content.notifications = 'ask' +config.set('content.notifications', True, '*://*.gitlab.com/*') +config.set('content.notifications', True, '*://*.google.com/*') ## Allow pdf.js to view PDF files in the browser. Note that the files can ## still be downloaded by clicking the download button in the pdf.js