]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: automatically open PDFs in pdfjs
authorSamir Benmendil <me@rmz.io>
Tue, 31 Jan 2023 23:47:51 +0000 (23:47 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 31 Jan 2023 23:48:37 +0000 (23:48 +0000)
qutebrowser/config.py

index 0d44d35c00a2a0169f8e4d05fe35191db8e9038a..0d8bd9964f6ee8a7cbb91867a71d943ca11a2ebe 100644 (file)
@@ -668,7 +668,7 @@ config.set('content.notifications.enabled', True, '*://*.google.com/*')
 ## `:prompt-open-download --pdfjs` command (bound to `<Ctrl-p>` 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`.