diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 9a1bf2a..13946f4 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -302,6 +302,10 @@ c.content.pdfjs = False # Type: List of File, or File c.content.user_stylesheets = 'stylesheets/user.css' +# Enable WebGL. +# Type: Bool +c.content.webgl = True + # CSS selectors used to determine which elements on a page should have # hints. # Type: Dict