qutebrowser: add lazy restore, stylesheets array

This commit is contained in:
surtur 2023-07-09 18:11:37 +02:00
parent ae48bd74c2
commit 0c21234215
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI

@ -49,6 +49,8 @@ c.qt.force_platform = 'wayland'
# Type: Bool
c.auto_save.session = False
c.session.lazy_restore = True
# Automatically start playing `<video>` elements.
# Type: Bool
c.content.autoplay = False
@ -223,7 +225,7 @@ c.content.pdfjs = False
# List of user stylesheet filenames to use.
# Type: List of File, or File
c.content.user_stylesheets = 'stylesheets/user.css'
c.content.user_stylesheets = ['stylesheets/user.css']
# Enable WebGL.
# Type: Bool