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
|
# Type: Bool
|
||||||
c.auto_save.session = False
|
c.auto_save.session = False
|
||||||
|
|
||||||
|
c.session.lazy_restore = True
|
||||||
|
|
||||||
# Automatically start playing `<video>` elements.
|
# Automatically start playing `<video>` elements.
|
||||||
# Type: Bool
|
# Type: Bool
|
||||||
c.content.autoplay = False
|
c.content.autoplay = False
|
||||||
@ -223,7 +225,7 @@ c.content.pdfjs = False
|
|||||||
|
|
||||||
# List of user stylesheet filenames to use.
|
# List of user stylesheet filenames to use.
|
||||||
# Type: List of File, or File
|
# Type: List of File, or File
|
||||||
c.content.user_stylesheets = 'stylesheets/user.css'
|
c.content.user_stylesheets = ['stylesheets/user.css']
|
||||||
|
|
||||||
# Enable WebGL.
|
# Enable WebGL.
|
||||||
# Type: Bool
|
# Type: Bool
|
||||||
|
Loading…
Reference in New Issue
Block a user