X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e293b5dcc59f66769c90ac538bdf5ab4730d5ecc..6dd46afe2b076a72a51a4c20027f9490ab007927:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index ad51db6..f7e0acc 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -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 @@ -1817,6 +1818,7 @@ c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}' 'fpp/confluence': 'https://fppnt.atlassian.net/wiki/search?text={}', 'evk': 'https://gitlab.com/search?&scope=issues&group_id=13301433&search={}', 'dev': 'https://devdocs.io/#q={}', + 'phind': 'https://www.phind.com/search?q={}', } ## Page(s) to open at the start.