From: Samir Benmendil Date: Tue, 31 Jan 2023 23:47:51 +0000 (+0000) Subject: qutebrowser: automatically open PDFs in pdfjs X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/744d85cc257b2cddb913f9404769b615583e182f?ds=sidebyside qutebrowser: automatically open PDFs in pdfjs --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 0d44d35..0d8bd99 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -668,7 +668,7 @@ config.set('content.notifications.enabled', True, '*://*.google.com/*') ## `:prompt-open-download --pdfjs` command (bound to `` by ## default) can be used in the download prompt. ## Type: Bool -# c.content.pdfjs = False +c.content.pdfjs = True ## Allow websites to request persistent storage quota via ## `navigator.webkitPersistentStorage.requestQuota`.