Re: [qutebrowser] Save PDF file opened with pdfjs

2018-11-09 Thread Valentin Iovene
On 09.11.2018 11:11, Florian Bruhin wrote: > That /var/folders/.../ stuff seems to be the macOS equivalent to what > /tmp is on Linux ;) Hmm, don't think so. In macOS, there is a /tmp symlink, pointing to a /private/tmp folder, which is the actual equivalent of tmp I believe. -- Valentin

Re: [qutebrowser] Save PDF file opened with pdfjs

2018-11-09 Thread Florian Bruhin
On Fri, Nov 09, 2018 at 10:57:04AM +0100, Valentin Iovene wrote: > Hey, thanks for you quick reply. > > On 09.11.2018 10:42, Florian Bruhin wrote: > > You can instead disable content.pdfjs and hit Ctrl-P > > (:prompt-open-download --pdfjs) in the download prompt. > > Is there a way I can make a

Re: [qutebrowser] Save PDF file opened with pdfjs

2018-11-09 Thread Valentin Iovene
Hey, thanks for you quick reply. On 09.11.2018 10:42, Florian Bruhin wrote: > You can instead disable content.pdfjs and hit Ctrl-P > (:prompt-open-download --pdfjs) in the download prompt. Is there a way I can make a keyboard shortcut that 1. disables pdfjs 2. download the file in

[qutebrowser] Save PDF file opened with pdfjs

2018-11-09 Thread Valentin Iovene
Hi, I'm using pdf.js to open PDF files directly in qutebrowser. My ~/.qutebrowser/config.py thus contains this line to enable it: c.content.pdfjs = True Sometimes I however want to save the PDF. There is a Download button embedded in pdf.js (top right corner) but it doesn't do anything when I