Enable pdf.js by default in qutebrowser

This commit is contained in:
Jacob Hinkle 2022-09-06 13:57:19 -04:00
parent 070afb826e
commit 2fab8d55f8

View File

@ -131,6 +131,9 @@
}; };
qutebrowser = { qutebrowser = {
enable = true; enable = true;
extraConfig = ''
config.pdfjs = True
'';
keyBindings = { keyBindings = {
normal = { normal = {
"<Shift-J>" = "tab-prev"; "<Shift-J>" = "tab-prev";