"""
from os import getenv
t = getenv('TERMINAL', 'xterm')
+ if t == "wezterm":
+ return [t, "start", "--always-new-process", "--"] + cmd
return [t, '-e'] + cmd
## 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