qutebrowser opening in pdfjs automatically is not working too well.
This commit is contained in:
parent
9b54e61b8a
commit
22d55e47d4
|
@ -20,8 +20,6 @@ c.spellcheck.languages = ["en-US"]
|
||||||
c.confirm_quit = ["downloads"]
|
c.confirm_quit = ["downloads"]
|
||||||
#block 3rd party cookies
|
#block 3rd party cookies
|
||||||
c.content.cookies.accept = "no-3rdparty"
|
c.content.cookies.accept = "no-3rdparty"
|
||||||
#at first, always open pdfs with pdfjs
|
|
||||||
c.content.pdfjs = True
|
|
||||||
#remove finished downloads after 5 seconds
|
#remove finished downloads after 5 seconds
|
||||||
c.downloads.remove_finished = 5000
|
c.downloads.remove_finished = 5000
|
||||||
#open neovin in a urxvt terminal window when calling for an internal editor
|
#open neovin in a urxvt terminal window when calling for an internal editor
|
||||||
|
|
Loading…
Reference in a new issue