From: Samir Benmendil Date: Sun, 7 Apr 2024 00:35:15 +0000 (+0100) Subject: qutebrowser: session configuration (needs patched qutebrowser) X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/37690a178287360a685dbeab302b5ffdb29d9b40 qutebrowser: session configuration (needs patched qutebrowser) --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 66cd4c3..0c0cd58 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 @@ -1839,7 +1840,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