summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/qutebrowser/config.py2345
1 files changed, 0 insertions, 2345 deletions
diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py
index 648ba24..30ed8a9 100644
--- a/.config/qutebrowser/config.py
+++ b/.config/qutebrowser/config.py
@@ -1,2345 +0,0 @@
-## Autogenerated config.py
-##
-## NOTE: config.py is intended for advanced users who are comfortable
-## with manually migrating the config file on qutebrowser upgrades. If
-## you prefer, you can also configure qutebrowser using the
-## :set/:bind/:config-* commands without having to write a config.py
-## file.
-##
-## Documentation:
-## qute://help/configuring.html
-## qute://help/settings.html
-
-## This is here so configs done via the GUI are still loaded.
-## Remove it to not load settings done via the GUI.
-config.load_autoconfig(True)
-
-## Aliases for commands. The keys of the given dictionary are the
-## aliases, while the values are the commands they map to.
-## Type: Dict
-# c.aliases = {'w': 'session-save', 'q': 'close', 'qa': 'quit', 'wq': 'quit --save', 'wqa': 'quit --save'}
-c.aliases = {
- 'o': 'open',
- 'q': 'tab-close'
- }
-
-## Time interval (in milliseconds) between auto-saves of
-## config/cookies/etc.
-## Type: Int
-# c.auto_save.interval = 15000
-
-## Always restore open sites when qutebrowser is reopened. Without this
-## option set, `:wq` (`:quit --save`) needs to be used to save open tabs
-## (and restore them), while quitting qutebrowser in any other way will
-## not save/restore the session. By default, this will save to the
-## session which was last loaded. This behavior can be customized via the
-## `session.default_name` setting.
-## Type: Bool
-# c.auto_save.session = False
-
-## Backend to use to display websites. qutebrowser supports two different
-## web rendering engines / backends, QtWebEngine and QtWebKit (not
-## recommended). QtWebEngine is Qt's official successor to QtWebKit, and
-## both the default/recommended backend. It's based on a stripped-down
-## Chromium and regularly updated with security fixes and new features by
-## the Qt project: https://wiki.qt.io/QtWebEngine QtWebKit was
-## qutebrowser's original backend when the project was started. However,
-## support for QtWebKit was discontinued by the Qt project with Qt 5.6 in
-## 2016. The development of QtWebKit was picked up in an official fork:
-## https://github.com/qtwebkit/qtwebkit - however, the project seems to
-## have stalled again. The latest release (5.212.0 Alpha 4) from March
-## 2020 is based on a WebKit version from 2016, with many known security
-## vulnerabilities. Additionally, there is no process isolation and
-## sandboxing. Due to all those issues, while support for QtWebKit is
-## still available in qutebrowser for now, using it is strongly
-## discouraged.
-## Type: String
-## Valid values:
-## - webengine: Use QtWebEngine (based on Chromium - recommended).
-## - webkit: Use QtWebKit (based on WebKit, similar to Safari - many known security issues!).
-# c.backend = 'webengine'
-
-## This setting can be used to map keys to other keys. When the key used
-## as dictionary-key is pressed, the binding for the key used as
-## dictionary-value is invoked instead. This is useful for global
-## remappings of keys, for example to map Ctrl-[ to Escape. Note that
-## when a key is bound (via `bindings.default` or `bindings.commands`),
-## the mapping is ignored.
-## Type: Dict
-# c.bindings.key_mappings = {'<Ctrl-[>': '<Escape>', '<Ctrl-6>': '<Ctrl-^>', '<Ctrl-M>': '<Return>', '<Ctrl-J>': '<Return>', '<Ctrl-I>': '<Tab>', '<Shift-Return>': '<Return>', '<Enter>': '<Return>', '<Shift-Enter>': '<Return>', '<Ctrl-Enter>': '<Ctrl-Return>'}
-
-## When to show a changelog after qutebrowser was upgraded.
-## Type: String
-## Valid values:
-## - major: Show changelog for major upgrades (e.g. v2.0.0 -> v3.0.0).
-## - minor: Show changelog for major and minor upgrades (e.g. v2.0.0 -> v2.1.0).
-## - patch: Show changelog for major, minor and patch upgrades (e.g. v2.0.0 -> v2.0.1).
-## - never: Never show changelog after upgrades.
-# c.changelog_after_upgrade = 'minor'
-
-## Background color of the completion widget category headers.
-## Type: QssColor
-# c.colors.completion.category.bg = 'qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #888888, stop:1 #505050)'
-
-## Bottom border color of the completion widget category headers.
-## Type: QssColor
-# c.colors.completion.category.border.bottom = 'black'
-
-## Top border color of the completion widget category headers.
-## Type: QssColor
-# c.colors.completion.category.border.top = 'black'
-
-## Foreground color of completion widget category headers.
-## Type: QtColor
-# c.colors.completion.category.fg = 'white'
-
-## Background color of the completion widget for even rows.
-## Type: QssColor
-# c.colors.completion.even.bg = '#333333'
-
-## Text color of the completion widget. May be a single color to use for
-## all columns or a list of three colors, one for each column.
-## Type: List of QtColor, or QtColor
-# c.colors.completion.fg = ['white', 'white', 'white']
-
-## Background color of the selected completion item.
-## Type: QssColor
-# c.colors.completion.item.selected.bg = '#e8c000'
-
-## Bottom border color of the selected completion item.
-## Type: QssColor
-# c.colors.completion.item.selected.border.bottom = '#bbbb00'
-
-## Top border color of the selected completion item.
-## Type: QssColor
-# c.colors.completion.item.selected.border.top = '#bbbb00'
-
-## Foreground color of the selected completion item.
-## Type: QtColor
-# c.colors.completion.item.selected.fg = 'black'
-
-## Foreground color of the matched text in the selected completion item.
-## Type: QtColor
-# c.colors.completion.item.selected.match.fg = '#ff4444'
-
-## Foreground color of the matched text in the completion.
-## Type: QtColor
-# c.colors.completion.match.fg = '#ff4444'
-
-## Background color of the completion widget for odd rows.
-## Type: QssColor
-# c.colors.completion.odd.bg = '#444444'
-
-## Color of the scrollbar in the completion view.
-## Type: QssColor
-# c.colors.completion.scrollbar.bg = '#333333'
-
-## Color of the scrollbar handle in the completion view.
-## Type: QssColor
-# c.colors.completion.scrollbar.fg = 'white'
-
-## Background color of disabled items in the context menu. If set to
-## null, the Qt default is used.
-## Type: QssColor
-# c.colors.contextmenu.disabled.bg = None
-
-## Foreground color of disabled items in the context menu. If set to
-## null, the Qt default is used.
-## Type: QssColor
-# c.colors.contextmenu.disabled.fg = None
-
-## Background color of the context menu. If set to null, the Qt default
-## is used.
-## Type: QssColor
-# c.colors.contextmenu.menu.bg = None
-
-## Foreground color of the context menu. If set to null, the Qt default
-## is used.
-## Type: QssColor
-# c.colors.contextmenu.menu.fg = None
-
-## Background color of the context menu's selected item. If set to null,
-## the Qt default is used.
-## Type: QssColor
-# c.colors.contextmenu.selected.bg = None
-
-## Foreground color of the context menu's selected item. If set to null,
-## the Qt default is used.
-## Type: QssColor
-# c.colors.contextmenu.selected.fg = None
-
-## Background color for the download bar.
-## Type: QssColor
-# c.colors.downloads.bar.bg = 'black'
-
-## Background color for downloads with errors.
-## Type: QtColor
-# c.colors.downloads.error.bg = 'red'
-
-## Foreground color for downloads with errors.
-## Type: QtColor
-# c.colors.downloads.error.fg = 'white'
-
-## Color gradient start for download backgrounds.
-## Type: QtColor
-# c.colors.downloads.start.bg = '#0000aa'
-
-## Color gradient start for download text.
-## Type: QtColor
-# c.colors.downloads.start.fg = 'white'
-
-## Color gradient stop for download backgrounds.
-## Type: QtColor
-# c.colors.downloads.stop.bg = '#00aa00'
-
-## Color gradient end for download text.
-## Type: QtColor
-# c.colors.downloads.stop.fg = 'white'
-
-## Color gradient interpolation system for download backgrounds.
-## Type: ColorSystem
-## Valid values:
-## - rgb: Interpolate in the RGB color system.
-## - hsv: Interpolate in the HSV color system.
-## - hsl: Interpolate in the HSL color system.
-## - none: Don't show a gradient.
-# c.colors.downloads.system.bg = 'rgb'
-
-## Color gradient interpolation system for download text.
-## Type: ColorSystem
-## Valid values:
-## - rgb: Interpolate in the RGB color system.
-## - hsv: Interpolate in the HSV color system.
-## - hsl: Interpolate in the HSL color system.
-## - none: Don't show a gradient.
-# c.colors.downloads.system.fg = 'rgb'
-
-## Background color for hints. Note that you can use a `rgba(...)` value
-## for transparency.
-## Type: QssColor
-# c.colors.hints.bg = 'qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(255, 247, 133, 0.8), stop:1 rgba(255, 197, 66, 0.8))'
-
-## Font color for hints.
-## Type: QssColor
-# c.colors.hints.fg = 'black'
-
-## Font color for the matched part of hints.
-## Type: QtColor
-# c.colors.hints.match.fg = 'green'
-
-## Background color of the keyhint widget.
-## Type: QssColor
-# c.colors.keyhint.bg = 'rgba(0, 0, 0, 80%)'
-
-## Text color for the keyhint widget.
-## Type: QssColor
-# c.colors.keyhint.fg = '#FFFFFF'
-
-## Highlight color for keys to complete the current keychain.
-## Type: QssColor
-# c.colors.keyhint.suffix.fg = '#FFFF00'
-
-## Background color of an error message.
-## Type: QssColor
-# c.colors.messages.error.bg = 'red'
-
-## Border color of an error message.
-## Type: QssColor
-# c.colors.messages.error.border = '#bb0000'
-
-## Foreground color of an error message.
-## Type: QssColor
-# c.colors.messages.error.fg = 'white'
-
-## Background color of an info message.
-## Type: QssColor
-# c.colors.messages.info.bg = 'black'
-
-## Border color of an info message.
-## Type: QssColor
-# c.colors.messages.info.border = '#333333'
-
-## Foreground color of an info message.
-## Type: QssColor
-# c.colors.messages.info.fg = 'white'
-
-## Background color of a warning message.
-## Type: QssColor
-# c.colors.messages.warning.bg = 'darkorange'
-
-## Border color of a warning message.
-## Type: QssColor
-# c.colors.messages.warning.border = '#d47300'
-
-## Foreground color of a warning message.
-## Type: QssColor
-# c.colors.messages.warning.fg = 'black'
-
-## Background color for prompts.
-## Type: QssColor
-# c.colors.prompts.bg = '#444444'
-
-## Border used around UI elements in prompts.
-## Type: String
-# c.colors.prompts.border = '1px solid gray'
-
-## Foreground color for prompts.
-## Type: QssColor
-# c.colors.prompts.fg = 'white'
-
-## Background color for the selected item in filename prompts.
-## Type: QssColor
-# c.colors.prompts.selected.bg = 'grey'
-
-## Background color of the statusbar in caret mode.
-## Type: QssColor
-# c.colors.statusbar.caret.bg = 'purple'
-
-## Foreground color of the statusbar in caret mode.
-## Type: QssColor
-# c.colors.statusbar.caret.fg = 'white'
-
-## Background color of the statusbar in caret mode with a selection.
-## Type: QssColor
-# c.colors.statusbar.caret.selection.bg = '#a12dff'
-
-## Foreground color of the statusbar in caret mode with a selection.
-## Type: QssColor
-# c.colors.statusbar.caret.selection.fg = 'white'
-
-## Background color of the statusbar in command mode.
-## Type: QssColor
-# c.colors.statusbar.command.bg = 'black'
-
-## Foreground color of the statusbar in command mode.
-## Type: QssColor
-# c.colors.statusbar.command.fg = 'white'
-
-## Background color of the statusbar in private browsing + command mode.
-## Type: QssColor
-# c.colors.statusbar.command.private.bg = 'darkslategray'
-
-## Foreground color of the statusbar in private browsing + command mode.
-## Type: QssColor
-# c.colors.statusbar.command.private.fg = 'white'
-
-## Background color of the statusbar in insert mode.
-## Type: QssColor
-# c.colors.statusbar.insert.bg = 'darkgreen'
-
-## Foreground color of the statusbar in insert mode.
-## Type: QssColor
-# c.colors.statusbar.insert.fg = 'white'
-
-## Background color of the statusbar.
-## Type: QssColor
-# c.colors.statusbar.normal.bg = 'black'
-
-## Foreground color of the statusbar.
-## Type: QssColor
-# c.colors.statusbar.normal.fg = 'white'
-
-## Background color of the statusbar in passthrough mode.
-## Type: QssColor
-# c.colors.statusbar.passthrough.bg = 'darkblue'
-
-## Foreground color of the statusbar in passthrough mode.
-## Type: QssColor
-# c.colors.statusbar.passthrough.fg = 'white'
-
-## Background color of the statusbar in private browsing mode.
-## Type: QssColor
-# c.colors.statusbar.private.bg = '#666666'
-
-## Foreground color of the statusbar in private browsing mode.
-## Type: QssColor
-# c.colors.statusbar.private.fg = 'white'
-
-## Background color of the progress bar.
-## Type: QssColor
-# c.colors.statusbar.progress.bg = 'white'
-
-## Foreground color of the URL in the statusbar on error.
-## Type: QssColor
-# c.colors.statusbar.url.error.fg = 'orange'
-
-## Default foreground color of the URL in the statusbar.
-## Type: QssColor
-# c.colors.statusbar.url.fg = 'white'
-
-## Foreground color of the URL in the statusbar for hovered links.
-## Type: QssColor
-# c.colors.statusbar.url.hover.fg = 'aqua'
-
-## Foreground color of the URL in the statusbar on successful load
-## (http).
-## Type: QssColor
-# c.colors.statusbar.url.success.http.fg = 'white'
-
-## Foreground color of the URL in the statusbar on successful load
-## (https).
-## Type: QssColor
-# c.colors.statusbar.url.success.https.fg = 'lime'
-
-## Foreground color of the URL in the statusbar when there's a warning.
-## Type: QssColor
-# c.colors.statusbar.url.warn.fg = 'yellow'
-
-## Background color of the tab bar.
-## Type: QssColor
-# c.colors.tabs.bar.bg = '#555555'
-
-## Background color of unselected even tabs.
-## Type: QtColor
-# c.colors.tabs.even.bg = 'darkgrey'
-
-## Foreground color of unselected even tabs.
-## Type: QtColor
-# c.colors.tabs.even.fg = 'white'
-
-## Color for the tab indicator on errors.
-## Type: QtColor
-# c.colors.tabs.indicator.error = '#ff0000'
-
-## Color gradient start for the tab indicator.
-## Type: QtColor
-# c.colors.tabs.indicator.start = '#0000aa'
-
-## Color gradient end for the tab indicator.
-## Type: QtColor
-# c.colors.tabs.indicator.stop = '#00aa00'
-
-## Color gradient interpolation system for the tab indicator.
-## Type: ColorSystem
-## Valid values:
-## - rgb: Interpolate in the RGB color system.
-## - hsv: Interpolate in the HSV color system.
-## - hsl: Interpolate in the HSL color system.
-## - none: Don't show a gradient.
-# c.colors.tabs.indicator.system = 'rgb'
-
-## Background color of unselected odd tabs.
-## Type: QtColor
-# c.colors.tabs.odd.bg = 'grey'
-
-## Foreground color of unselected odd tabs.
-## Type: QtColor
-# c.colors.tabs.odd.fg = 'white'
-
-## Background color of pinned unselected even tabs.
-## Type: QtColor
-# c.colors.tabs.pinned.even.bg = 'darkseagreen'
-
-## Foreground color of pinned unselected even tabs.
-## Type: QtColor
-# c.colors.tabs.pinned.even.fg = 'white'
-
-## Background color of pinned unselected odd tabs.
-## Type: QtColor
-# c.colors.tabs.pinned.odd.bg = 'seagreen'
-
-## Foreground color of pinned unselected odd tabs.
-## Type: QtColor
-# c.colors.tabs.pinned.odd.fg = 'white'
-
-## Background color of pinned selected even tabs.
-## Type: QtColor
-# c.colors.tabs.pinned.selected.even.bg = 'black'
-
-## Foreground color of pinned selected even tabs.
-## Type: QtColor
-# c.colors.tabs.pinned.selected.even.fg = 'white'
-
-## Background color of pinned selected odd tabs.
-## Type: QtColor
-# c.colors.tabs.pinned.selected.odd.bg = 'black'
-
-## Foreground color of pinned selected odd tabs.
-## Type: QtColor
-# c.colors.tabs.pinned.selected.odd.fg = 'white'
-
-## Background color of selected even tabs.
-## Type: QtColor
-# c.colors.tabs.selected.even.bg = 'black'
-
-## Foreground color of selected even tabs.
-## Type: QtColor
-# c.colors.tabs.selected.even.fg = 'white'
-
-## Background color of selected odd tabs.
-## Type: QtColor
-# c.colors.tabs.selected.odd.bg = 'black'
-
-## Foreground color of selected odd tabs.
-## Type: QtColor
-# c.colors.tabs.selected.odd.fg = 'white'
-
-## Background color for webpages if unset (or empty to use the theme's
-## color).
-## Type: QtColor
-# c.colors.webpage.bg = 'white'
-
-## Which algorithm to use for modifying how colors are rendered with
-## darkmode. The `lightness-cielab` value was added with QtWebEngine 5.14
-## and is treated like `lightness-hsl` with older QtWebEngine versions.
-## Type: String
-## Valid values:
-## - lightness-cielab: Modify colors by converting them to CIELAB color space and inverting the L value. Not available with Qt < 5.14.
-## - lightness-hsl: Modify colors by converting them to the HSL color space and inverting the lightness (i.e. the "L" in HSL).
-## - brightness-rgb: Modify colors by subtracting each of r, g, and b from their maximum value.
-# c.colors.webpage.darkmode.algorithm = 'lightness-cielab'
-
-## Contrast for dark mode. This only has an effect when
-## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or
-## `brightness-rgb`.
-## Type: Float
-# c.colors.webpage.darkmode.contrast = 0.0
-
-## Render all web contents using a dark theme. Example configurations
-## from Chromium's `chrome://flags`: - "With simple HSL/CIELAB/RGB-based
-## inversion": Set `colors.webpage.darkmode.algorithm` accordingly. -
-## "With selective image inversion": Set
-## `colors.webpage.darkmode.policy.images` to `smart`. - "With selective
-## inversion of non-image elements": Set
-## `colors.webpage.darkmode.threshold.text` to 150 and
-## `colors.webpage.darkmode.threshold.background` to 205. - "With
-## selective inversion of everything": Combines the two variants above.
-## Type: Bool
-# c.colors.webpage.darkmode.enabled = False
-
-## Render all colors as grayscale. This only has an effect when
-## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or
-## `brightness-rgb`.
-## Type: Bool
-# c.colors.webpage.darkmode.grayscale.all = False
-
-## Desaturation factor for images in dark mode. If set to 0, images are
-## left as-is. If set to 1, images are completely grayscale. Values
-## between 0 and 1 desaturate the colors accordingly.
-## Type: Float
-# c.colors.webpage.darkmode.grayscale.images = 0.0
-
-## Which images to apply dark mode to. With QtWebEngine 5.15.0, this
-## setting can cause frequent renderer process crashes due to a
-## https://codereview.qt-project.org/c/qt/qtwebengine-
-## chromium/+/304211[bug in Qt].
-## Type: String
-## Valid values:
-## - always: Apply dark mode filter to all images.
-## - never: Never apply dark mode filter to any images.
-## - smart: Apply dark mode based on image content. Not available with Qt 5.15.0.
-# c.colors.webpage.darkmode.policy.images = 'smart'
-
-## Which pages to apply dark mode to.
-## Type: String
-## Valid values:
-## - always: Apply dark mode filter to all frames, regardless of content.
-## - smart: Apply dark mode filter to frames based on background color.
-# c.colors.webpage.darkmode.policy.page = 'smart'
-
-## Threshold for inverting background elements with dark mode. Background
-## elements with brightness above this threshold will be inverted, and
-## below it will be left as in the original, non-dark-mode page. Set to
-## 256 to never invert the color or to 0 to always invert it. Note: This
-## behavior is the opposite of `colors.webpage.darkmode.threshold.text`!
-## Type: Int
-# c.colors.webpage.darkmode.threshold.background = 0
-
-## Threshold for inverting text with dark mode. Text colors with
-## brightness below this threshold will be inverted, and above it will be
-## left as in the original, non-dark-mode page. Set to 256 to always
-## invert text color or to 0 to never invert text color.
-## Type: Int
-# c.colors.webpage.darkmode.threshold.text = 256
-
-## Force `prefers-color-scheme: dark` colors for websites.
-## Type: Bool
-# c.colors.webpage.prefers_color_scheme_dark = False
-
-## Number of commands to save in the command history. 0: no history / -1:
-## unlimited
-## Type: Int
-# c.completion.cmd_history_max_items = 100
-
-## Delay (in milliseconds) before updating completions after typing a
-## character.
-## Type: Int
-# c.completion.delay = 0
-
-## Default filesystem autocomplete suggestions for :open. The elements of
-## this list show up in the completion window under the Filesystem
-## category when the command line contains `:open` but no argument.
-## Type: List of String
-# c.completion.favorite_paths = []
-
-## Height (in pixels or as percentage of the window) of the completion.
-## Type: PercOrInt
-# c.completion.height = '50%'
-
-## Minimum amount of characters needed to update completions.
-## Type: Int
-# c.completion.min_chars = 1
-
-## Which categories to show (in which order) in the :open completion.
-## Type: FlagList
-## Valid values:
-## - searchengines
-## - quickmarks
-## - bookmarks
-## - history
-## - filesystem
-# c.completion.open_categories = ['searchengines', 'quickmarks', 'bookmarks', 'history', 'filesystem']
-
-## Move on to the next part when there's only one possible completion
-## left.
-## Type: Bool
-# c.completion.quick = True
-
-## Padding (in pixels) of the scrollbar handle in the completion window.
-## Type: Int
-# c.completion.scrollbar.padding = 2
-
-## Width (in pixels) of the scrollbar in the completion window.
-## Type: Int
-# c.completion.scrollbar.width = 12
-
-## When to show the autocompletion window.
-## Type: String
-## Valid values:
-## - always: Whenever a completion is available.
-## - auto: Whenever a completion is requested.
-## - never: Never.
-# c.completion.show = 'always'
-
-## Shrink the completion to be smaller than the configured size if there
-## are no scrollbars.
-## Type: Bool
-# c.completion.shrink = False
-
-## Format of timestamps (e.g. for the history completion). See
-## https://sqlite.org/lang_datefunc.html and
-## https://docs.python.org/3/library/datetime.html#strftime-strptime-
-## behavior for allowed substitutions, qutebrowser uses both sqlite and
-## Python to format its timestamps.
-## Type: String
-# c.completion.timestamp_format = '%Y-%m-%d %H:%M'
-
-## Execute the best-matching command on a partial match.
-## Type: Bool
-# c.completion.use_best_match = False
-
-## A list of patterns which should not be shown in the history. This only
-## affects the completion. Matching URLs are still saved in the history
-## (and visible on the `:history` page), but hidden in the completion.
-## Changing this setting will cause the completion history to be
-## regenerated on the next start, which will take a short while.
-## Type: List of UrlPattern
-# c.completion.web_history.exclude = []
-
-## Number of URLs to show in the web history. 0: no history / -1:
-## unlimited
-## Type: Int
-# c.completion.web_history.max_items = -1
-
-## Require a confirmation before quitting the application.
-## Type: ConfirmQuit
-## Valid values:
-## - always: Always show a confirmation.
-## - multiple-tabs: Show a confirmation if multiple tabs are opened.
-## - downloads: Show a confirmation if downloads are running
-## - never: Never show a confirmation.
-# c.confirm_quit = ['never']
-
-## Automatically start playing `<video>` elements.
-## Type: Bool
-# c.content.autoplay = True
-
-## List of URLs to ABP-style adblocking rulesets. Only used when Brave's
-## ABP-style adblocker is used (see `content.blocking.method`). You can
-## find an overview of available lists here:
-## https://adblockplus.org/en/subscriptions - note that the special
-## `subscribe.adblockplus.org` links aren't handled by qutebrowser, you
-## will instead need to find the link to the raw `.txt` file (e.g. by
-## extracting it from the `location` parameter of the subscribe URL and
-## URL-decoding it).
-## Type: List of Url
-c.content.blocking.adblock.lists = ['https://easylist.to/easylist/easylist.txt', 'https://easylist.to/easylist/easyprivacy.txt']
-
-## Enable the ad/host blocker
-## Type: Bool
-# c.content.blocking.enabled = True
-
-## List of URLs to host blocklists for the host blocker. Only used when
-## the simple host-blocker is used (see `content.blocking.method`). The
-## file can be in one of the following formats: - An `/etc/hosts`-like
-## file - One host per line - A zip-file of any of the above, with either
-## only one file, or a file named `hosts` (with any extension). It's
-## also possible to add a local file or directory via a `file://` URL. In
-## case of a directory, all files in the directory are read as adblock
-## lists. The file `~/.config/qutebrowser/blocked-hosts` is always read
-## if it exists.
-## Type: List of Url
-c.content.blocking.hosts.lists = ['https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts']
-
-## Which method of blocking ads should be used. Support for Adblock Plus
-## (ABP) syntax blocklists using Brave's Rust library requires the
-## `adblock` Python package to be installed, which is an optional
-## dependency of qutebrowser. It is required when either `adblock` or
-## `both` are selected.
-## Type: String
-## Valid values:
-## - auto: Use Brave's ABP-style adblocker if available, host blocking otherwise
-## - adblock: Use Brave's ABP-style adblocker
-## - hosts: Use hosts blocking
-## - both: Use both hosts blocking and Brave's ABP-style adblocker
-c.content.blocking.method = 'both'
-
-## A list of patterns that should always be loaded, despite being blocked
-## by the ad-/host-blocker. Local domains are always exempt from
-## adblocking. Note this whitelists otherwise blocked requests, not
-## first-party URLs. As an example, if `example.org` loads an ad from
-## `ads.example.org`, the whitelist entry could be
-## `https://ads.example.org/*`. If you want to disable the adblocker on a
-## given page, use the `content.blocking.enabled` setting with a URL
-## pattern instead.
-## Type: List of UrlPattern
-# c.content.blocking.whitelist = []
-
-## Enable support for the HTML 5 web application cache feature. An
-## application cache acts like an HTTP cache in some sense. For documents
-## that use the application cache via JavaScript, the loader engine will
-## first ask the application cache for the contents, before hitting the
-## network.
-## Type: Bool
-# c.content.cache.appcache = True
-
-## Maximum number of pages to hold in the global memory page cache. The
-## page cache allows for a nicer user experience when navigating forth or
-## back to pages in the forward/back history, by pausing and resuming up
-## to _n_ pages. For more information about the feature, please refer to:
-## https://webkit.org/blog/427/webkit-page-cache-i-the-basics/
-## Type: Int
-# c.content.cache.maximum_pages = 0
-
-## Size (in bytes) of the HTTP network cache. Null to use the default
-## value. With QtWebEngine, the maximum supported value is 2147483647 (~2
-## GB).
-## Type: Int
-# c.content.cache.size = None
-
-## Allow websites to read canvas elements. Note this is needed for some
-## websites to work properly.
-## Type: Bool
-# c.content.canvas_reading = True
-
-## Which cookies to accept. With QtWebEngine, this setting also controls
-## other features with tracking capabilities similar to those of cookies;
-## including IndexedDB, DOM storage, filesystem API, service workers, and
-## AppCache. Note that with QtWebKit, only `all` and `never` are
-## supported as per-domain values. Setting `no-3rdparty` or `no-
-## unknown-3rdparty` per-domain on QtWebKit will have the same effect as
-## `all`. If this setting is used with URL patterns, the pattern gets
-## applied to the origin/first party URL of the page making the request,
-## not the request URL.
-## Type: String
-## Valid values:
-## - all: Accept all cookies.
-## - no-3rdparty: Accept cookies from the same origin only. This is known to break some sites, such as GMail.
-## - no-unknown-3rdparty: Accept cookies from the same origin only, unless a cookie is already set for the domain. On QtWebEngine, this is the same as no-3rdparty.
-## - never: Don't accept cookies at all.
-# c.content.cookies.accept = 'all'
-
-## Store cookies.
-## Type: Bool
-# c.content.cookies.store = True
-
-## Default encoding to use for websites. The encoding must be a string
-## describing an encoding such as _utf-8_, _iso-8859-1_, etc.
-## Type: String
-# c.content.default_encoding = 'iso-8859-1'
-
-## Allow websites to share screen content.
-## Type: BoolAsk
-## Valid values:
-## - true
-## - false
-## - ask
-# c.content.desktop_capture = 'ask'
-
-## Try to pre-fetch DNS entries to speed up browsing.
-## Type: Bool
-# c.content.dns_prefetch = True
-
-## Expand each subframe to its contents. This will flatten all the frames
-## to become one scrollable page.
-## Type: Bool
-# c.content.frame_flattening = False
-
-## Set fullscreen notification overlay timeout in milliseconds. If set to
-## 0, no overlay will be displayed.
-## Type: Int
-# c.content.fullscreen.overlay_timeout = 3000
-
-## Limit fullscreen to the browser window (does not expand to fill the
-## screen).
-## Type: Bool
-# c.content.fullscreen.window = False
-
-## Allow websites to request geolocations.
-## Type: BoolAsk
-## Valid values:
-## - true
-## - false
-## - ask
-# c.content.geolocation = 'ask'
-
-## Value to send in the `Accept-Language` header. Note that the value
-## read from JavaScript is always the global value.
-## Type: String
-# c.content.headers.accept_language = 'en-US,en;q=0.9'
-
-## Custom headers for qutebrowser HTTP requests.
-## Type: Dict
-# c.content.headers.custom = {}
-
-## Value to send in the `DNT` header. When this is set to true,
-## qutebrowser asks websites to not track your identity. If set to null,
-## the DNT header is not sent at all.
-## Type: Bool
-# c.content.headers.do_not_track = True
-
-## When to send the Referer header. The Referer header tells websites
-## from which website you were coming from when visiting them. No restart
-## is needed with QtWebKit.
-## Type: String
-## Valid values:
-## - always: Always send the Referer.
-## - never: Never send the Referer. This is not recommended, as some sites may break.
-## - same-domain: Only send the Referer for the same domain. This will still protect your privacy, but shouldn't break any sites. With QtWebEngine, the referer will still be sent for other domains, but with stripped path information.
-# c.content.headers.referer = 'same-domain'
-
-## User agent to send. The following placeholders are defined: *
-## `{os_info}`: Something like "X11; Linux x86_64". * `{webkit_version}`:
-## The underlying WebKit version (set to a fixed value with
-## QtWebEngine). * `{qt_key}`: "Qt" for QtWebKit, "QtWebEngine" for
-## QtWebEngine. * `{qt_version}`: The underlying Qt version. *
-## `{upstream_browser_key}`: "Version" for QtWebKit, "Chrome" for
-## QtWebEngine. * `{upstream_browser_version}`: The corresponding
-## Safari/Chrome version. * `{qutebrowser_version}`: The currently
-## running qutebrowser version. The default value is equal to the
-## unchanged user agent of QtWebKit/QtWebEngine. Note that the value
-## read from JavaScript is always the global value. With QtWebEngine
-## between 5.12 and 5.14 (inclusive), changing the value exposed to
-## JavaScript requires a restart.
-## Type: FormatString
-# c.content.headers.user_agent = 'Mozilla/5.0 ({os_info}) AppleWebKit/{webkit_version} (KHTML, like Gecko) {qt_key}/{qt_version} {upstream_browser_key}/{upstream_browser_version} Safari/{webkit_version}'
-
-## Enable hyperlink auditing (`<a ping>`).
-## Type: Bool
-# c.content.hyperlink_auditing = False
-
-## Load images automatically in web pages.
-## Type: Bool
-# c.content.images = True
-
-## Show javascript alerts.
-## Type: Bool
-# c.content.javascript.alert = True
-
-## Allow JavaScript to read from or write to the clipboard. With
-## QtWebEngine, writing the clipboard as response to a user interaction
-## is always allowed.
-## Type: Bool
-# c.content.javascript.can_access_clipboard = False
-
-## Allow JavaScript to close tabs.
-## Type: Bool
-# c.content.javascript.can_close_tabs = False
-
-## Allow JavaScript to open new tabs without user interaction.
-## Type: Bool
-# c.content.javascript.can_open_tabs_automatically = False
-
-## Enable JavaScript.
-## Type: Bool
-# c.content.javascript.enabled = True
-
-## Log levels to use for JavaScript console logging messages. When a
-## JavaScript message with the level given in the dictionary key is
-## logged, the corresponding dictionary value selects the qutebrowser
-## logger to use. On QtWebKit, the "unknown" setting is always used. The
-## following levels are valid: `none`, `debug`, `info`, `warning`,
-## `error`.
-## Type: Dict
-# c.content.javascript.log = {'unknown': 'debug', 'info': 'debug', 'warning': 'debug', 'error': 'debug'}
-
-## Use the standard JavaScript modal dialog for `alert()` and
-## `confirm()`.
-## Type: Bool
-# c.content.javascript.modal_dialog = False
-
-## Show javascript prompts.
-## Type: Bool
-# c.content.javascript.prompt = True
-
-## Allow locally loaded documents to access other local URLs.
-## Type: Bool
-# c.content.local_content_can_access_file_urls = True
-
-## Allow locally loaded documents to access remote URLs.
-## Type: Bool
-# c.content.local_content_can_access_remote_urls = False
-
-## Enable support for HTML 5 local storage and Web SQL.
-## Type: Bool
-# c.content.local_storage = True
-
-## Allow websites to record audio.
-## Type: BoolAsk
-## Valid values:
-## - true
-## - false
-## - ask
-# c.content.media.audio_capture = 'ask'
-
-## Allow websites to record audio and video.
-## Type: BoolAsk
-## Valid values:
-## - true
-## - false
-## - ask
-# c.content.media.audio_video_capture = 'ask'
-
-## Allow websites to record video.
-## Type: BoolAsk
-## Valid values:
-## - true
-## - false
-## - ask
-# c.content.media.video_capture = 'ask'
-
-## Allow websites to lock your mouse pointer.
-## Type: BoolAsk
-## Valid values:
-## - true
-## - false
-## - ask
-# c.content.mouse_lock = 'ask'
-
-## Automatically mute tabs. Note that if the `:tab-mute` command is used,
-## the mute status for the affected tab is now controlled manually, and
-## this setting doesn't have any effect.
-## Type: Bool
-# c.content.mute = False
-
-## Netrc-file for HTTP authentication. If unset, `~/.netrc` is used.
-## Type: File
-# c.content.netrc_file = None
-
-## Allow websites to show notifications.
-## Type: BoolAsk
-## Valid values:
-## - true
-## - false
-## - ask
-# c.content.notifications = 'ask'
-
-## Allow pdf.js to view PDF files in the browser. Note that the files can
-## still be downloaded by clicking the download button in the pdf.js
-## viewer.
-## Type: Bool
-# c.content.pdfjs = False
-
-## Allow websites to request persistent storage quota via
-## `navigator.webkitPersistentStorage.requestQuota`.
-## Type: BoolAsk
-## Valid values:
-## - true
-## - false
-## - ask
-# c.content.persistent_storage = 'ask'
-
-## Enable plugins in Web pages.
-## Type: Bool
-# c.content.plugins = False
-
-## Draw the background color and images also when the page is printed.
-## Type: Bool
-# c.content.print_element_backgrounds = True
-
-## Open new windows in private browsing mode which does not record
-## visited pages.
-## Type: Bool
-# c.content.private_browsing = False
-
-## Proxy to use. In addition to the listed values, you can use a
-## `socks://...` or `http://...` URL. Note that with QtWebEngine, it will
-## take a couple of seconds until the change is applied, if this value is
-## changed at runtime.
-## Type: Proxy
-## Valid values:
-## - system: Use the system wide proxy.
-## - none: Don't use any proxy
-# c.content.proxy = 'system'
-
-## Send DNS requests over the configured proxy.
-## Type: Bool
-# c.content.proxy_dns_requests = True
-
-## Allow websites to register protocol handlers via
-## `navigator.registerProtocolHandler`.
-## Type: BoolAsk
-## Valid values:
-## - true
-## - false
-## - ask
-# c.content.register_protocol_handler = 'ask'
-
-## Enable quirks (such as faked user agent headers) needed to get
-## specific sites to work properly.
-## Type: Bool
-# c.content.site_specific_quirks = True
-
-## Validate SSL handshakes.
-## Type: BoolAsk
-## Valid values:
-## - true
-## - false
-## - ask
-# c.content.ssl_strict = 'ask'
-
-## How navigation requests to URLs with unknown schemes are handled.
-## Type: String
-## Valid values:
-## - disallow: Disallows all navigation requests to URLs with unknown schemes.
-## - allow-from-user-interaction: Allows navigation requests to URLs with unknown schemes that are issued from user-interaction (like a mouse-click), whereas other navigation requests (for example from JavaScript) are suppressed.
-## - allow-all: Allows all navigation requests to URLs with unknown schemes.
-# c.content.unknown_url_scheme_policy = 'allow-from-user-interaction'
-
-## List of user stylesheet filenames to use.
-## Type: List of File, or File
-# c.content.user_stylesheets = []
-
-## Enable WebGL.
-## Type: Bool
-# c.content.webgl = True
-
-## Which interfaces to expose via WebRTC.
-## Type: String
-## Valid values:
-## - all-interfaces: WebRTC has the right to enumerate all interfaces and bind them to discover public interfaces.
-## - default-public-and-private-interfaces: WebRTC should only use the default route used by http. This also exposes the associated default private address. Default route is the route chosen by the OS on a multi-homed endpoint.
-## - default-public-interface-only