X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/ccb3354f57fddb05ec951b0231fffe46ef4b8dc6..04ff1a45ea964f4dd9b3323b22cc7538dc8a5014:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 66cd4c3..fa173b3 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1453,7 +1453,8 @@ c.qt.args = ['proxy-pac-url=file://' + str(config.configdir / 'proxy.pac')] ## 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 @@ -1818,7 +1819,8 @@ c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}' '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={}', } @@ -1839,7 +1841,8 @@ c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&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