qutebrowser: add lazy restore, stylesheets array
This commit is contained in:
parent
ae48bd74c2
commit
0c21234215
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user