"""
from os import getenv
t = getenv('TERMINAL', 'xterm')
+ if t == "wezterm":
+ return [t, "start", "--always-new-process", "--"] + cmd
return [t, '-e'] + cmd
## - auto: Use the system-wide color scheme setting.
## - light: Force a light theme.
## - dark: Force a dark theme.
-# c.colors.webpage.preferred_color_scheme = 'auto'
+c.colors.webpage.preferred_color_scheme = 'dark'
## Number of commands to save in the command history. 0: no history / -1:
## unlimited
## 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
## sessions from the sate file, if you want to not load any sessions,
## pass an empty list.
## Type: List of String
-# c.session.startup_sessions = None
+# NOTE: I only want this with my sessions patch
+c.session.startup_sessions = ['default', 'work']
## Languages to use for spell checking. You can check for available
## languages and install dictionaries using scripts/dictcli.py. Run the
'h': 'https://hoogle.haskell.org/?hoogle={}',
'fpp/slack': 'https://focalpointpositioning.slack.com/messages/{}',
'fpp/confluence': 'https://fppnt.atlassian.net/wiki/search?text={}',
- 'evk': 'https://gitlab.com/search?&scope=issues&group_id=13301433&search={}',
+ 'evk': 'https://gitlab.com/search?scope=issues&group_id=13301433&search={}',
+ 'stm': 'https://gitlab.com/search?scope=issues&group_id=11101995&project_id=60665292&search={}',
'dev': 'https://devdocs.io/#q={}',
'phind': 'https://www.phind.com/search?q={}',
}
## Format to use for the window title. The same placeholders like for
## `tabs.title.format` are defined.
## Type: FormatString
-# c.window.title_format = '{perc}{current_title}{title_sep}qutebrowser'
+# NOTE: I think [session] is from my changes on the branch
+# c.window.title_format = '[{session}] {perc}{current_title}{title_sep}qutebrowser'
## Set the main window background to transparent. This allows having a
## transparent tab- or statusbar (might require a compositor such as
config.bind('tch', 'spawn --userscript config-cycle-tld -p -t content.cookies.accept no-3rdparty never all;; reload')
config.bind('tGh', 'spawn --userscript config-cycle-tld -p content.geolocation ;; reload')
config.bind('tgh', 'spawn --userscript config-cycle-tld -p -t content.geolocation ;; reload')
+config.bind('twh', 'spawn --userscript config-cycle-tld -p -t content.webgl ;; reload')
# config.bind('tIH', 'config-cycle -p -u *://*.{url:host}/* content.images ;; reload')
# config.bind('tIh', 'config-cycle -p -u *://{url:host}/* content.images ;; reload')
# config.bind('tIu', 'config-cycle -p -u {url} content.images ;; reload')