X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/6e57ed0021e9ac061b50588a3acdaadf2cce1da5..8535868b0c65d8c68e8be1c91c5b5e6319d69dad:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 1657b01..c8ed834 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -15,6 +15,8 @@ def in_terminal(cmd: list): """ from os import getenv t = getenv('TERMINAL', 'xterm') + if t == "wezterm": + return [t, "start", "--always-new-process", "--"] + cmd return [t, '-e'] + cmd @@ -761,6 +763,7 @@ with config.pattern('*://calendar.google.com/*') as p: ## Type: Bool c.content.webgl = False config.set('content.webgl', True, '*://meet.google.com/*') +config.set('content.webgl', True, '*://*.robinpowered.com/*') ## Which interfaces to expose via WebRTC. ## Type: String