]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: disable webgl for most sites
authorSamir Benmendil <me@rmz.io>
Mon, 30 Oct 2023 22:03:53 +0000 (22:03 +0000)
committerSamir Benmendil <me@rmz.io>
Tue, 31 Oct 2023 00:06:58 +0000 (00:06 +0000)
I don't really want my browser to do fancy stuff.

qutebrowser/config.py

index ad51db61b02bfad7dc9665f931e2b1ef89e477e1..a9066e07ef98bd22bd87e2ce045a65c8cfa08906 100644 (file)
@@ -787,7 +787,8 @@ with config.pattern('*://calendar.google.com/*') as p:
 
 ## Enable WebGL.
 ## Type: Bool
-# c.content.webgl = True
+c.content.webgl = False
+config.set('content.webgl', True, '*://meet.google.com/*')
 
 ## Which interfaces to expose via WebRTC.
 ## Type: String