X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/301b538372ae397472c5699988185da2a693c0c3..0fdd946ba8641e3a6f7eb9a94b82a5d66ddfbaca:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index e9685ff..a9066e0 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -230,6 +230,7 @@ c.changelog_after_upgrade = 'patch' ## this list show up in the completion window under the Filesystem ## category when the command line contains `:open` but no argument. ## Type: List of String +# TODO: # c.completion.favorite_paths = [] ## Height (in pixels or as percentage of the window) of the completion. @@ -786,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 @@ -1093,6 +1095,7 @@ c.hints.scatter = False ## CSS selectors used to determine which elements on a page should have ## hints. ## Type: Dict +# TODO: reduce hints on some websites like reddit c.hints.selectors = {'all': ['a', 'area', 'textarea', 'select', 'input:not([type="hidden"])', 'button', 'frame', 'iframe', 'img', 'link', 'summary', @@ -1303,6 +1306,7 @@ c.qt.args = ['proxy-pac-url=file://' + str(config.configdir / 'proxy.pac')] ## - always: Always use low-end device mode. ## - auto: Decide automatically (uses low-end mode with < 1 GB available RAM). ## - never: Never use low-end device mode. +# TODO: maybe never? # c.qt.chromium.low_end_device_mode = 'auto' ## Which Chromium process model to use. Alternative process models use