2016-08-08 22:54:07 +02:00
// DO NOT EDIT THIS FILE DIRECTLY!
// It is autogenerated from docstrings by running:
// $ python3 scripts/dev/src2asciidoc.py
2014-09-07 23:22:38 +02:00
= Settings
[options="header",width="75%",cols="25%,75%"]
|==============
|Setting|Description
2017-07-01 22:58:50 +02:00
|<<aliases,aliases>>|Aliases for commands.
2017-07-03 23:28:54 +02:00
|<<auto_save.config,auto_save.config>>|Save the config automatically on quit.
2017-07-01 22:58:50 +02:00
|<<auto_save.interval,auto_save.interval>>|How often (in milliseconds) to auto-save config/cookies/etc.
2017-07-03 23:28:54 +02:00
|<<auto_save.session,auto_save.session>>|Always restore open sites when qutebrowser is reopened.
2017-07-01 22:58:50 +02:00
|<<bindings.commands,bindings.commands>>|Keybindings mapping keys to commands in different modes.
|<<bindings.default,bindings.default>>|Default keybindings. If you want to add bindings, modify `bindings.commands` instead.
|<<bindings.key_mappings,bindings.key_mappings>>|This setting can be used to map keys to other keys.
|<<colors.completion.category.bg,colors.completion.category.bg>>|Background color of the completion widget category headers.
|<<colors.completion.category.border.bottom,colors.completion.category.border.bottom>>|Bottom border color of the completion widget category headers.
|<<colors.completion.category.border.top,colors.completion.category.border.top>>|Top border color of the completion widget category headers.
|<<colors.completion.category.fg,colors.completion.category.fg>>|Foreground color of completion widget category headers.
|<<colors.completion.even.bg,colors.completion.even.bg>>|Background color of the completion widget for even rows.
|<<colors.completion.fg,colors.completion.fg>>|Text color of the completion widget.
|<<colors.completion.item.selected.bg,colors.completion.item.selected.bg>>|Background color of the selected completion item.
|<<colors.completion.item.selected.border.bottom,colors.completion.item.selected.border.bottom>>|Bottom border color of the selected completion item.
|<<colors.completion.item.selected.border.top,colors.completion.item.selected.border.top>>|Top border color of the completion widget category headers.
|<<colors.completion.item.selected.fg,colors.completion.item.selected.fg>>|Foreground color of the selected completion item.
|<<colors.completion.match.fg,colors.completion.match.fg>>|Foreground color of the matched text in the completion.
|<<colors.completion.odd.bg,colors.completion.odd.bg>>|Background color of the completion widget for odd rows.
|<<colors.completion.scrollbar.bg,colors.completion.scrollbar.bg>>|Color of the scrollbar in completion view
|<<colors.completion.scrollbar.fg,colors.completion.scrollbar.fg>>|Color of the scrollbar handle in completion view.
|<<colors.downloads.bar.bg,colors.downloads.bar.bg>>|Background color for the download bar.
|<<colors.downloads.error.bg,colors.downloads.error.bg>>|Background color for downloads with errors.
|<<colors.downloads.error.fg,colors.downloads.error.fg>>|Foreground color for downloads with errors.
|<<colors.downloads.start.bg,colors.downloads.start.bg>>|Color gradient start for download backgrounds.
|<<colors.downloads.start.fg,colors.downloads.start.fg>>|Color gradient start for download text.
|<<colors.downloads.stop.bg,colors.downloads.stop.bg>>|Color gradient stop for download backgrounds.
|<<colors.downloads.stop.fg,colors.downloads.stop.fg>>|Color gradient end for download text.
|<<colors.downloads.system.bg,colors.downloads.system.bg>>|Color gradient interpolation system for download backgrounds.
|<<colors.downloads.system.fg,colors.downloads.system.fg>>|Color gradient interpolation system for download text.
2017-07-03 23:28:54 +02:00
|<<colors.hints.bg,colors.hints.bg>>|Background color for hints.
2017-07-01 22:58:50 +02:00
|<<colors.hints.fg,colors.hints.fg>>|Font color for hints.
|<<colors.hints.match.fg,colors.hints.match.fg>>|Font color for the matched part of hints.
|<<colors.keyhint.bg,colors.keyhint.bg>>|Background color of the keyhint widget.
|<<colors.keyhint.fg,colors.keyhint.fg>>|Text color for the keyhint widget.
2017-07-03 23:28:54 +02:00
|<<colors.keyhint.suffix.fg,colors.keyhint.suffix.fg>>|Highlight color for keys to complete the current keychain.
2017-07-01 22:58:50 +02:00
|<<colors.messages.error.bg,colors.messages.error.bg>>|Background color of an error message.
|<<colors.messages.error.border,colors.messages.error.border>>|Border color of an error message.
|<<colors.messages.error.fg,colors.messages.error.fg>>|Foreground color of an error message.
|<<colors.messages.info.bg,colors.messages.info.bg>>|Background color of an info message.
|<<colors.messages.info.border,colors.messages.info.border>>|Border color of an info message.
|<<colors.messages.info.fg,colors.messages.info.fg>>|Foreground color an info message.
|<<colors.messages.warning.bg,colors.messages.warning.bg>>|Background color of a warning message.
|<<colors.messages.warning.border,colors.messages.warning.border>>|Border color of an error message.
|<<colors.messages.warning.fg,colors.messages.warning.fg>>|Foreground color a warning message.
|<<colors.prompts.bg,colors.prompts.bg>>|Background color for prompts.
|<<colors.prompts.fg,colors.prompts.fg>>|Foreground color for prompts.
|<<colors.prompts.selected.bg,colors.prompts.selected.bg>>|Background color for the selected item in filename prompts.
|<<colors.statusbar.caret.bg,colors.statusbar.caret.bg>>|Background color of the statusbar in caret mode.
|<<colors.statusbar.caret.fg,colors.statusbar.caret.fg>>|Foreground color of the statusbar in caret mode.
2017-07-03 23:28:54 +02:00
|<<colors.statusbar.caret.selection.bg,colors.statusbar.caret.selection.bg>>|Background color of the statusbar in caret mode with a selection.
|<<colors.statusbar.caret.selection.fg,colors.statusbar.caret.selection.fg>>|Foreground color of the statusbar in caret mode with a selection.
2017-07-01 22:58:50 +02:00
|<<colors.statusbar.command.bg,colors.statusbar.command.bg>>|Background color of the statusbar in command mode.
|<<colors.statusbar.command.fg,colors.statusbar.command.fg>>|Foreground color of the statusbar in command mode.
|<<colors.statusbar.command.private.bg,colors.statusbar.command.private.bg>>|Background color of the statusbar in private browsing + command mode.
|<<colors.statusbar.command.private.fg,colors.statusbar.command.private.fg>>|Foreground color of the statusbar in private browsing + command mode.
|<<colors.statusbar.insert.bg,colors.statusbar.insert.bg>>|Background color of the statusbar in insert mode.
|<<colors.statusbar.insert.fg,colors.statusbar.insert.fg>>|Foreground color of the statusbar in insert mode.
|<<colors.statusbar.normal.bg,colors.statusbar.normal.bg>>|Background color of the statusbar.
|<<colors.statusbar.normal.fg,colors.statusbar.normal.fg>>|Foreground color of the statusbar.
|<<colors.statusbar.private.bg,colors.statusbar.private.bg>>|Background color of the statusbar in private browsing mode.
|<<colors.statusbar.private.fg,colors.statusbar.private.fg>>|Foreground color of the statusbar in private browsing mode.
|<<colors.statusbar.progress.bg,colors.statusbar.progress.bg>>|Background color of the progress bar.
|<<colors.statusbar.url.error.fg,colors.statusbar.url.error.fg>>|Foreground color of the URL in the statusbar on error.
|<<colors.statusbar.url.fg,colors.statusbar.url.fg>>|Default foreground color of the URL in the statusbar.
|<<colors.statusbar.url.hover.fg,colors.statusbar.url.hover.fg>>|Foreground color of the URL in the statusbar for hovered links.
|<<colors.statusbar.url.success.http.fg,colors.statusbar.url.success.http.fg>>|Foreground color of the URL in the statusbar on successful load (http).
|<<colors.statusbar.url.success.https.fg,colors.statusbar.url.success.https.fg>>|Foreground color of the URL in the statusbar on successful load (https).
|<<colors.statusbar.url.warn.fg,colors.statusbar.url.warn.fg>>|Foreground color of the URL in the statusbar when there's a warning.
|<<colors.tabs.bar.bg,colors.tabs.bar.bg>>|Background color of the tab bar.
|<<colors.tabs.even.bg,colors.tabs.even.bg>>|Background color of unselected even tabs.
|<<colors.tabs.even.fg,colors.tabs.even.fg>>|Foreground color of unselected even tabs.
2017-07-03 23:28:54 +02:00
|<<colors.tabs.indicator.error,colors.tabs.indicator.error>>|Color for the tab indicator on errors.
2017-07-01 22:58:50 +02:00
|<<colors.tabs.indicator.start,colors.tabs.indicator.start>>|Color gradient start for the tab indicator.
|<<colors.tabs.indicator.stop,colors.tabs.indicator.stop>>|Color gradient end for the tab indicator.
|<<colors.tabs.indicator.system,colors.tabs.indicator.system>>|Color gradient interpolation system for the tab indicator.
|<<colors.tabs.odd.bg,colors.tabs.odd.bg>>|Background color of unselected odd tabs.
|<<colors.tabs.odd.fg,colors.tabs.odd.fg>>|Foreground color of unselected odd tabs.
|<<colors.tabs.selected.even.bg,colors.tabs.selected.even.bg>>|Background color of selected even tabs.
|<<colors.tabs.selected.even.fg,colors.tabs.selected.even.fg>>|Foreground color of selected even tabs.
|<<colors.tabs.selected.odd.bg,colors.tabs.selected.odd.bg>>|Background color of selected odd tabs.
|<<colors.tabs.selected.odd.fg,colors.tabs.selected.odd.fg>>|Foreground color of selected odd tabs.
|<<colors.webpage.bg,colors.webpage.bg>>|Background color for webpages if unset (or empty to use the theme's color)
|<<completion.cmd_history_max_items,completion.cmd_history_max_items>>|How many commands to save in the command history.
|<<completion.height,completion.height>>|The height of the completion, in px or as percentage of the window.
2017-07-03 23:28:54 +02:00
|<<completion.quick,completion.quick>>|Move on to the next part when there's only one possible completion left.
|<<completion.scrollbar.padding,completion.scrollbar.padding>>|Padding of scrollbar handle in the completion window (in px).
2017-07-01 22:58:50 +02:00
|<<completion.scrollbar.width,completion.scrollbar.width>>|Width of the scrollbar in the completion window (in px).
|<<completion.show,completion.show>>|When to show the autocompletion window.
2017-07-03 23:28:54 +02:00
|<<completion.shrink,completion.shrink>>|Shrink the completion to be smaller than the configured size if there are no scrollbars.
|<<completion.timestamp_format,completion.timestamp_format>>|How to format timestamps (e.g. for the history completion).
2017-07-01 22:58:50 +02:00
|<<completion.web_history_max_items,completion.web_history_max_items>>|How many URLs to show in the web history.
2017-07-03 23:28:54 +02:00
|<<confirm_quit,confirm_quit>>|Whether quitting the application requires a confirmation.
2017-07-02 12:21:33 +02:00
|<<content.cache.appcache,content.cache.appcache>>|Whether support for the HTML 5 web application cache feature is enabled.
|<<content.cache.maximum_pages,content.cache.maximum_pages>>|The maximum number of pages to hold in the global memory page cache.
2017-07-03 23:28:54 +02:00
|<<content.cache.size,content.cache.size>>|Size of the HTTP network cache. Null to use the default value.
2017-07-01 22:58:50 +02:00
|<<content.cookies.accept,content.cookies.accept>>|Control which cookies to accept.
2017-07-03 23:28:54 +02:00
|<<content.cookies.store,content.cookies.store>>|Store cookies.
2017-07-01 22:58:50 +02:00
|<<content.default_encoding,content.default_encoding>>|Default encoding to use for websites.
|<<content.developer_extras,content.developer_extras>>|Enable extra tools for Web developers.
2017-07-03 23:28:54 +02:00
|<<content.dns_prefetch,content.dns_prefetch>>|Try to pre-fetch DNS entries to speed up browsing.
|<<content.frame_flattening,content.frame_flattening>>|Expand each subframe to its contents.
2017-07-01 22:58:50 +02:00
|<<content.geolocation,content.geolocation>>|Allow websites to request geolocations.
2017-07-03 23:28:54 +02:00
|<<content.headers.accept_language,content.headers.accept_language>>|Value to send in the `Accept-Language` header.
2017-07-02 12:21:33 +02:00
|<<content.headers.custom,content.headers.custom>>|Set custom headers for qutebrowser HTTP requests.
|<<content.headers.do_not_track,content.headers.do_not_track>>|Value to send in the `DNT` header.
2017-07-03 23:28:54 +02:00
|<<content.headers.referer,content.headers.referer>>|Send the Referer header.
2017-07-02 12:21:33 +02:00
|<<content.headers.user_agent,content.headers.user_agent>>|User agent to send. Unset to send the default.
2017-07-01 22:58:50 +02:00
|<<content.host_blocking.enabled,content.host_blocking.enabled>>|Whether host blocking is enabled.
|<<content.host_blocking.lists,content.host_blocking.lists>>|List of URLs of lists which contain hosts to block.
|<<content.host_blocking.whitelist,content.host_blocking.whitelist>>|List of domains that should always be loaded, despite being ad-blocked.
|<<content.hyperlink_auditing,content.hyperlink_auditing>>|Enable or disable hyperlink auditing (`<a ping>`).
|<<content.images,content.images>>|Whether images are automatically loaded in web pages.
|<<content.javascript.alert,content.javascript.alert>>|Show javascript alerts.
2017-07-03 23:28:54 +02:00
|<<content.javascript.can_access_clipboard,content.javascript.can_access_clipboard>>|Whether JavaScript can read from or write to the clipboard.
|<<content.javascript.can_close_tabs,content.javascript.can_close_tabs>>|Whether JavaScript can close tabs.
|<<content.javascript.can_open_tabs_automatically,content.javascript.can_open_tabs_automatically>>|Whether JavaScript can open new tabs without user interaction.
|<<content.javascript.enabled,content.javascript.enabled>>|Enables or disables JavaScript.
|<<content.javascript.log,content.javascript.log>>|How to log JavaScript console messages.
2017-07-01 22:58:50 +02:00
|<<content.javascript.modal_dialog,content.javascript.modal_dialog>>|Use the standard JavaScript modal dialog for `alert()` and `confirm()`
|<<content.javascript.prompt,content.javascript.prompt>>|Show javascript prompts.
|<<content.local_content_can_access_file_urls,content.local_content_can_access_file_urls>>|Whether locally loaded documents are allowed to access other local urls.
|<<content.local_content_can_access_remote_urls,content.local_content_can_access_remote_urls>>|Whether locally loaded documents are allowed to access remote urls.
|<<content.local_storage,content.local_storage>>|Whether support for HTML 5 local storage and Web SQL is enabled.
|<<content.media_capture,content.media_capture>>|Allow websites to record audio/video.
|<<content.netrc_file,content.netrc_file>>|Location of a netrc-file for HTTP authentication.
|<<content.notifications,content.notifications>>|Allow websites to show notifications.
|<<content.pdfjs,content.pdfjs>>|Enable pdf.js to view PDF files in the browser.
|<<content.plugins,content.plugins>>|Enables or disables plugins in Web pages.
|<<content.print_element_backgrounds,content.print_element_backgrounds>>|Whether the background color and images are also drawn when the page is printed.
|<<content.private_browsing,content.private_browsing>>|Open new windows in private browsing mode which does not record visited pages.
|<<content.proxy,content.proxy>>|The proxy to use.
2017-07-03 23:28:54 +02:00
|<<content.proxy_dns_requests,content.proxy_dns_requests>>|Send DNS requests over the configured proxy.
|<<content.ssl_strict,content.ssl_strict>>|Validate SSL handshakes.
|<<content.user_stylesheets,content.user_stylesheets>>|A list of user stylesheets filenames to use.
2017-07-01 22:58:50 +02:00
|<<content.webgl,content.webgl>>|Enables or disables WebGL.
|<<content.xss_auditing,content.xss_auditing>>|Whether load requests should be monitored for cross-site scripting attempts.
|<<downloads.location.directory,downloads.location.directory>>|The directory to save downloads to.
2017-07-03 23:28:54 +02:00
|<<downloads.location.prompt,downloads.location.prompt>>|Prompt the user for the download location.
|<<downloads.location.remember,downloads.location.remember>>|Remember the last used download directory.
2017-07-01 22:58:50 +02:00
|<<downloads.location.suggestion,downloads.location.suggestion>>|What to display in the download filename input.
2017-07-03 23:28:54 +02:00
|<<downloads.open_dispatcher,downloads.open_dispatcher>>|The default program used to open downloads.
2017-07-01 22:58:50 +02:00
|<<downloads.position,downloads.position>>|Where to show the downloaded files.
2017-07-03 23:28:54 +02:00
|<<downloads.remove_finished,downloads.remove_finished>>|Number of milliseconds to wait before removing finished downloads.
2017-07-01 22:58:50 +02:00
|<<editor.command,editor.command>>|The editor (and arguments) to use for the `open-editor` command.
|<<editor.encoding,editor.encoding>>|Encoding to use for the editor.
|<<fonts.completion.category,fonts.completion.category>>|Font used in the completion categories.
|<<fonts.completion.entry,fonts.completion.entry>>|Font used in the completion widget.
|<<fonts.debug_console,fonts.debug_console>>|Font used for the debugging console.
|<<fonts.downloads,fonts.downloads>>|Font used for the downloadbar.
|<<fonts.hints,fonts.hints>>|Font used for the hints.
|<<fonts.keyhint,fonts.keyhint>>|Font used in the keyhint widget.
|<<fonts.messages.error,fonts.messages.error>>|Font used for error messages.
|<<fonts.messages.info,fonts.messages.info>>|Font used for info messages.
|<<fonts.messages.warning,fonts.messages.warning>>|Font used for warning messages.
|<<fonts.monospace,fonts.monospace>>|Default monospace fonts.
|<<fonts.prompts,fonts.prompts>>|Font used for prompts.
|<<fonts.statusbar,fonts.statusbar>>|Font used in the statusbar.
|<<fonts.tabs,fonts.tabs>>|Font used in the tab bar.
|<<fonts.web.family.cursive,fonts.web.family.cursive>>|Font family for cursive fonts.
|<<fonts.web.family.fantasy,fonts.web.family.fantasy>>|Font family for fantasy fonts.
|<<fonts.web.family.fixed,fonts.web.family.fixed>>|Font family for fixed fonts.
|<<fonts.web.family.sans_serif,fonts.web.family.sans_serif>>|Font family for sans-serif fonts.
|<<fonts.web.family.serif,fonts.web.family.serif>>|Font family for serif fonts.
|<<fonts.web.family.standard,fonts.web.family.standard>>|Font family for standard fonts.
|<<fonts.web.size.default,fonts.web.size.default>>|The default font size for regular text.
|<<fonts.web.size.default_fixed,fonts.web.size.default_fixed>>|The default font size for fixed-pitch text.
|<<fonts.web.size.minimum,fonts.web.size.minimum>>|The hard minimum font size.
|<<fonts.web.size.minimum_logical,fonts.web.size.minimum_logical>>|The minimum logical font size that is applied when zooming out.
2017-07-03 23:28:54 +02:00
|<<hints.auto_follow,hints.auto_follow>>|Controls when a hint can be automatically followed without pressing Enter.
|<<hints.auto_follow_timeout,hints.auto_follow_timeout>>|A timeout (in milliseconds) to ignore normal-mode key bindings after a successful auto-follow.
2017-07-01 22:58:50 +02:00
|<<hints.border,hints.border>>|CSS border value for hints.
|<<hints.chars,hints.chars>>|Chars used for hint strings.
|<<hints.dictionary,hints.dictionary>>|The dictionary file to be used by the word hints.
|<<hints.find_implementation,hints.find_implementation>>|Which implementation to use to find elements to hint.
2017-07-03 23:28:54 +02:00
|<<hints.hide_unmatched_rapid_hints,hints.hide_unmatched_rapid_hints>>|Hide unmatched hints in rapid mode.
2017-07-01 22:58:50 +02:00
|<<hints.min_chars,hints.min_chars>>|Minimum number of chars used for hint strings.
|<<hints.mode,hints.mode>>|Mode to use for hints.
|<<hints.next_regexes,hints.next_regexes>>|A comma-separated list of regexes to use for 'next' links.
|<<hints.prev_regexes,hints.prev_regexes>>|A comma-separated list of regexes to use for 'prev' links.
2017-07-03 23:28:54 +02:00
|<<hints.scatter,hints.scatter>>|Scatter hint key chains (like Vimium) or not (like dwb).
2017-07-01 22:58:50 +02:00
|<<hints.uppercase,hints.uppercase>>|Make chars in hint strings uppercase.
2017-07-03 23:28:54 +02:00
|<<history_gap_interval,history_gap_interval>>|The maximum time in minutes between two history items for them to be considered being from the same browsing session.
|<<ignore_case,ignore_case>>|Find text on a page case-insensitively.
2017-07-01 22:58:50 +02:00
|<<input.ambiguous_timeout,input.ambiguous_timeout>>|Timeout (in milliseconds) for ambiguous key bindings.
2017-07-03 23:28:54 +02:00
|<<input.forward_unbound_keys,input.forward_unbound_keys>>|Forward unbound keys to the webview in normal mode.
|<<input.insert_mode.auto_leave,input.insert_mode.auto_leave>>|Leave insert mode if a non-editable element is clicked.
|<<input.insert_mode.auto_load,input.insert_mode.auto_load>>|Automatically enter insert mode if an editable element is focused after loading the page.
|<<input.insert_mode.plugins,input.insert_mode.plugins>>|Switch to insert mode when clicking flash and other plugins.
|<<input.links_included_in_focus_chain,input.links_included_in_focus_chain>>|Include hyperlinks in the keyboard focus chain when tabbing.
2017-07-01 22:58:50 +02:00
|<<input.partial_timeout,input.partial_timeout>>|Timeout (in milliseconds) for partially typed key bindings.
2017-07-03 23:28:54 +02:00
|<<input.rocker_gestures,input.rocker_gestures>>|Enable Opera-like mouse rocker gestures.
|<<input.spatial_navigation,input.spatial_navigation>>|Enable Spatial Navigation.
2017-07-01 22:58:50 +02:00
|<<keyhint.blacklist,keyhint.blacklist>>|Keychains that shouldn\'t be shown in the keyhint dialog.
2017-07-03 23:28:54 +02:00
|<<keyhint.delay,keyhint.delay>>|Time from pressing a key to seeing the keyhint dialog (ms).
2017-07-01 22:58:50 +02:00
|<<messages.timeout,messages.timeout>>|Time (in ms) to show messages in the statusbar for.
2017-07-03 23:28:54 +02:00
|<<messages.unfocused,messages.unfocused>>|Show messages in unfocused windows.
|<<new_instance_open_target,new_instance_open_target>>|How to open links in an existing instance if a new one is launched.
|<<new_instance_open_target_window,new_instance_open_target_window>>|Which window to choose when opening links as new tabs.
2017-07-01 22:58:50 +02:00
|<<prompt.filebrowser,prompt.filebrowser>>|Show a filebrowser in upload/download prompts.
|<<prompt.radius,prompt.radius>>|The rounding radius for the edges of prompts.
|<<scrolling.bar,scrolling.bar>>|Show a scrollbar.
2017-07-03 23:28:54 +02:00
|<<scrolling.smooth,scrolling.smooth>>|Enable smooth scrolling for web pages.
|<<session_default_name,session_default_name>>|The name of the session to save by default.
|<<statusbar.hide,statusbar.hide>>|Hide the statusbar unless a message is shown.
2017-07-01 22:58:50 +02:00
|<<statusbar.padding,statusbar.padding>>|Padding for the statusbar.
|<<statusbar.position,statusbar.position>>|The position of the status bar.
2017-07-03 23:28:54 +02:00
|<<tabs.background,tabs.background>>|Open new tabs (middleclick/ctrl+click) in the background.
2017-07-01 22:58:50 +02:00
|<<tabs.close_mouse_button,tabs.close_mouse_button>>|On which mouse button to close tabs.
2017-07-03 23:28:54 +02:00
|<<tabs.favicons.scale,tabs.favicons.scale>>|Scaling for favicons in the tab bar.
|<<tabs.favicons.show,tabs.favicons.show>>|Show favicons in the tab bar.
|<<tabs.indicator_padding,tabs.indicator_padding>>|Padding for tab indicators
2017-07-01 22:58:50 +02:00
|<<tabs.last_close,tabs.last_close>>|Behavior when the last tab is closed.
|<<tabs.mousewheel_switching,tabs.mousewheel_switching>>|Switch between tabs using the mouse wheel.
|<<tabs.new_position.related,tabs.new_position.related>>|How new tabs opened from another tab are positioned.
|<<tabs.new_position.unrelated,tabs.new_position.unrelated>>|How new tabs which aren't opened from another tab are positioned.
2017-07-03 23:28:54 +02:00
|<<tabs.padding,tabs.padding>>|Padding around text for tabs
2017-07-01 22:58:50 +02:00
|<<tabs.position,tabs.position>>|The position of the tab bar.
|<<tabs.select_on_remove,tabs.select_on_remove>>|Which tab to select when the focused tab is removed.
|<<tabs.show,tabs.show>>|When to show the tab bar.
|<<tabs.show_switching_delay,tabs.show_switching_delay>>|Time to show the tab bar before hiding it when tabs.show is set to 'switching'.
2017-07-03 23:28:54 +02:00
|<<tabs.tabs_are_windows,tabs.tabs_are_windows>>|Open a new window for every tab.
|<<tabs.title.alignment,tabs.title.alignment>>|Alignment of the text inside of tabs.
|<<tabs.title.format,tabs.title.format>>|The format to use for the tab title.
2017-07-01 22:58:50 +02:00
|<<tabs.title.format_pinned,tabs.title.format_pinned>>|The format to use for the tab title for pinned tabs. The same placeholders like for title-format are defined.
|<<tabs.width.bar,tabs.width.bar>>|The width of the tab bar if it's vertical, in px or as percentage of the window.
|<<tabs.width.indicator,tabs.width.indicator>>|Width of the progress indicator (0 to disable).
|<<tabs.width.pinned,tabs.width.pinned>>|The width for pinned tabs with a horizontal tabbar, in px.
|<<tabs.wrap,tabs.wrap>>|Whether to wrap when changing tabs.
2017-07-02 12:07:27 +02:00
|<<url.auto_search,url.auto_search>>|Whether to start a search when something else than a URL is entered.
2017-07-03 23:28:54 +02:00
|<<url.default_page,url.default_page>>|The page to open if :open -t/-b/-w is used without URL.
2017-07-02 12:07:27 +02:00
|<<url.incdec_segments,url.incdec_segments>>|The URL segments where `:navigate increment/decrement` will search for a number.
|<<url.searchengines,url.searchengines>>|Definitions of search engines which can be used via the address bar.
2017-07-03 23:28:54 +02:00
|<<url.start_pages,url.start_pages>>|The page(s) to open at the start.
|<<url.yank_ignored_parameters,url.yank_ignored_parameters>>|The URL parameters to strip with `:yank url`.
2017-07-01 22:58:50 +02:00
|<<window.hide_wayland_decoration,window.hide_wayland_decoration>>|Hide the window decoration when using wayland (requires restart)
2017-07-03 23:28:54 +02:00
|<<window.title_format,window.title_format>>|The format to use for the window title.
2017-07-01 22:58:50 +02:00
|<<zoom.default,zoom.default>>|The default zoom level.
|<<zoom.levels,zoom.levels>>|The available zoom levels.
|<<zoom.mouse_divider,zoom.mouse_divider>>|How much to divide the mouse wheel movements to translate them into zoom increments.
|<<zoom.text_only,zoom.text_only>>|Whether the zoom factor on a frame applies only to the text or to all content.
2014-09-07 23:22:38 +02:00
|==============
2017-07-01 22:58:50 +02:00
[[aliases]]
== aliases
Aliases for commands.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[{"w": "session-save", "q": "quit", "wq": "quit --save"}]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[auto_save.config]]
== auto_save.config
2017-07-03 23:28:54 +02:00
Save the config automatically on quit.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[auto_save.interval]]
== auto_save.interval
How often (in milliseconds) to auto-save config/cookies/etc.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[15000]+
2016-09-06 18:17:55 +02:00
2017-07-01 22:58:50 +02:00
[[auto_save.session]]
== auto_save.session
2017-07-03 23:28:54 +02:00
Always restore open sites when qutebrowser is reopened.
2016-09-06 18:17:55 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2016-12-16 12:24:04 +01:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2016-12-16 12:24:04 +01:00
Default: empty
2017-07-01 22:58:50 +02:00
[[bindings.commands]]
== bindings.commands
Keybindings mapping keys to commands in different modes.
This setting is a dictionary containing mode names and dictionaries mapping keys to commands:
`{mode: {key: command}}`
If you want to map a key to another key, check the `bindings.key_mappings` setting instead.
For special keys (can't be part of a keychain), enclose them in `<`...`>`. For modifiers, you can use either `-` or `+` as delimiters, and these names:
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
* Control: `Control`, `Ctrl`
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* Meta: `Meta`, `Windows`, `Mod4`
2015-02-01 01:53:29 +01:00
2017-07-01 22:58:50 +02:00
* Alt: `Alt`, `Mod1`
2015-02-01 01:53:29 +01:00
2017-07-01 22:58:50 +02:00
* Shift: `Shift`
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
For simple keys (no `<>`-signs), a capital letter means the key is pressed with Shift. For special keys (with `<>`-signs), you need to explicitly add `Shift-` to match a key pressed with shift.
If you want a binding to do nothing, bind it to the `nop` command. If you want a default binding to be passed through to the website, bind it to null.
Note that some commands which are only useful for bindings (but not used interactively) are hidden from the command completion. See `:help` for a full list of available commands.
The following modes are available:
* normal: The default mode, where most commands are invoked.
* insert: Entered when an input field is focused on a website, or by
pressing `i` in normal mode. Passes through almost all keypresses to the
website, but has some bindings like `<Ctrl-e>` to open an external editor.
Note that single keys can't be bound in this mode.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* hint: Entered when `f` is pressed to select links with the keyboard. Note
that single keys can't be bound in this mode.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* passthrough: Similar to insert mode, but passes through all keypresses
except `<Escape>` to leave the mode. It might be useful to bind `<Escape>`
to some other key in this mode if you want to be able to send an Escape
key to the website as well. Note that single keys can't be bound in this
mode.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* command: Entered when pressing the `:` key in order to enter a command.
Note that single keys can't be bound in this mode.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* prompt: Entered when there's a prompt to display, like for download
locations or when invoked from JavaScript.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
You can bind normal keys in this mode, but they will be only active when a
yes/no-prompt is asked. For other prompt modes, you can only bind special
keys.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
* caret: Entered when pressing the `v` mode, used to select text using the
keyboard.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
* register: Entered when qutebrowser is waiting for a register name/key for
commands like `:set-mark`.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[bindings.default]]
== bindings.default
Default keybindings. If you want to add bindings, modify `bindings.commands` instead.
The main purpose of this setting is that you can set it to an empty dictionary if you want to load no default keybindings at all.
If you want to preserve default bindings (and get new bindings when there is an update), add new bindings to `bindings.commands` (or use `:bind`) and leave this setting alone.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
[[bindings.key_mappings]]
== bindings.key_mappings
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.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[{"<Ctrl-[>": "<Escape>", "<Ctrl-6>": "<Ctrl-^>", "<Ctrl-M>": "<Return>", "<Ctrl-J>": "<Return>", "<Shift-Return>": "<Return>", "<Enter>": "<Return>", "<Shift-Enter>": "<Return>", "<Ctrl-Enter>": "<Ctrl-Return>"}]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.completion.category.bg]]
== colors.completion.category.bg
Background color of the completion widget category headers.
2016-11-23 08:12:13 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #888888, stop:1 #505050)]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.completion.category.border.bottom]]
== colors.completion.category.border.bottom
Bottom border color of the completion widget category headers.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[black]+
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
[[colors.completion.category.border.top]]
== colors.completion.category.border.top
Top border color of the completion widget category headers.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[black]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.completion.category.fg]]
== colors.completion.category.fg
Foreground color of completion widget category headers.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
[[colors.completion.even.bg]]
== colors.completion.even.bg
Background color of the completion widget for even rows.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#333333]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.completion.fg]]
== colors.completion.fg
Text color of the completion widget.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.completion.item.selected.bg]]
== colors.completion.item.selected.bg
Background color of the selected completion item.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#e8c000]+
2014-10-26 19:48:26 +01:00
2017-07-01 22:58:50 +02:00
[[colors.completion.item.selected.border.bottom]]
== colors.completion.item.selected.border.bottom
Bottom border color of the selected completion item.
2014-10-26 19:48:26 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#bbbb00]+
2014-10-26 19:48:26 +01:00
2017-07-01 22:58:50 +02:00
[[colors.completion.item.selected.border.top]]
== colors.completion.item.selected.border.top
Top border color of the completion widget category headers.
2014-10-26 19:48:26 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#bbbb00]+
2016-08-10 09:13:35 +02:00
2017-07-01 22:58:50 +02:00
[[colors.completion.item.selected.fg]]
== colors.completion.item.selected.fg
Foreground color of the selected completion item.
2016-08-10 09:13:35 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[black]+
2016-08-10 09:13:35 +02:00
2017-07-01 22:58:50 +02:00
[[colors.completion.match.fg]]
== colors.completion.match.fg
Foreground color of the matched text in the completion.
2016-08-10 09:13:35 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#ff4444]+
2015-02-09 07:46:31 +01:00
2017-07-01 22:58:50 +02:00
[[colors.completion.odd.bg]]
== colors.completion.odd.bg
Background color of the completion widget for odd rows.
2015-02-17 07:45:06 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#444444]+
2015-02-17 07:45:06 +01:00
2017-07-01 22:58:50 +02:00
[[colors.completion.scrollbar.bg]]
== colors.completion.scrollbar.bg
Color of the scrollbar in completion view
2015-02-17 07:45:06 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#333333]+
2015-02-17 07:45:06 +01:00
2017-07-01 22:58:50 +02:00
[[colors.completion.scrollbar.fg]]
== colors.completion.scrollbar.fg
Color of the scrollbar handle in completion view.
2015-02-09 07:46:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2015-02-09 07:46:31 +01:00
2017-07-01 22:58:50 +02:00
[[colors.downloads.bar.bg]]
== colors.downloads.bar.bg
Background color for the download bar.
2015-02-09 07:46:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[black]+
2015-04-05 23:30:43 +02:00
2017-07-01 22:58:50 +02:00
[[colors.downloads.error.bg]]
== colors.downloads.error.bg
Background color for downloads with errors.
2015-04-05 23:30:43 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[red]+
2015-09-30 19:49:17 +02:00
2017-07-01 22:58:50 +02:00
[[colors.downloads.error.fg]]
== colors.downloads.error.fg
Foreground color for downloads with errors.
2015-09-30 19:49:17 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2015-09-30 19:49:17 +02:00
2017-07-01 22:58:50 +02:00
[[colors.downloads.start.bg]]
== colors.downloads.start.bg
Color gradient start for download backgrounds.
2015-09-30 19:49:17 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#0000aa]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.downloads.start.fg]]
== colors.downloads.start.fg
Color gradient start for download text.
2017-03-20 09:45:27 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2017-03-20 09:45:27 +01:00
2017-07-01 22:58:50 +02:00
[[colors.downloads.stop.bg]]
== colors.downloads.stop.bg
Color gradient stop for download backgrounds.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#00aa00]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.downloads.stop.fg]]
== colors.downloads.stop.fg
Color gradient end for download text.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.downloads.system.bg]]
== colors.downloads.system.bg
Color gradient interpolation system for download backgrounds.
2015-04-09 12:54:59 +02:00
Valid values:
2017-07-01 22:58:50 +02:00
* +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.
2015-04-09 12:54:59 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[rgb]+
2015-04-09 12:54:59 +02:00
2017-07-01 22:58:50 +02:00
[[colors.downloads.system.fg]]
== colors.downloads.system.fg
Color gradient interpolation system for download text.
2016-07-04 19:05:44 +02:00
Valid values:
2017-07-01 22:58:50 +02:00
* +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.
2016-07-04 19:05:44 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[rgb]+
2016-07-04 19:05:44 +02:00
2017-07-01 22:58:50 +02:00
[[colors.hints.bg]]
== colors.hints.bg
2017-07-03 23:28:54 +02:00
Background color for hints.
Note that you can use a `rgba(...)` value for transparency.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[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))]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.hints.fg]]
== colors.hints.fg
Font color for hints.
2015-03-22 23:52:08 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[black]+
2015-03-22 23:52:08 +01:00
2017-07-01 22:58:50 +02:00
[[colors.hints.match.fg]]
== colors.hints.match.fg
Font color for the matched part of hints.
2015-03-22 23:52:08 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[green]+
2015-03-22 23:52:08 +01:00
2017-07-01 22:58:50 +02:00
[[colors.keyhint.bg]]
== colors.keyhint.bg
Background color of the keyhint widget.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[rgba(0, 0, 0, 80%)]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.keyhint.fg]]
== colors.keyhint.fg
Text color for the keyhint widget.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#FFFFFF]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.keyhint.suffix.fg]]
== colors.keyhint.suffix.fg
2017-07-03 23:28:54 +02:00
Highlight color for keys to complete the current keychain.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#FFFF00]+
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
[[colors.messages.error.bg]]
== colors.messages.error.bg
Background color of an error message.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[red]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.messages.error.border]]
== colors.messages.error.border
Border color of an error message.
2016-08-03 11:35:08 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#bb0000]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.messages.error.fg]]
== colors.messages.error.fg
Foreground color of an error message.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
[[colors.messages.info.bg]]
== colors.messages.info.bg
Background color of an info message.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[black]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.messages.info.border]]
== colors.messages.info.border
Border color of an info message.
2016-08-03 11:35:08 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#333333]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.messages.info.fg]]
== colors.messages.info.fg
Foreground color an info message.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2016-11-15 23:23:34 +01:00
2017-07-01 22:58:50 +02:00
[[colors.messages.warning.bg]]
== colors.messages.warning.bg
Background color of a warning message.
2016-11-15 23:23:34 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[darkorange]+
2016-11-15 23:23:34 +01:00
2017-07-01 22:58:50 +02:00
[[colors.messages.warning.border]]
== colors.messages.warning.border
Border color of an error message.
2016-08-03 11:35:08 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#d47300]+
2015-05-15 23:53:08 +02:00
2017-07-01 22:58:50 +02:00
[[colors.messages.warning.fg]]
== colors.messages.warning.fg
Foreground color a warning message.
2015-05-15 23:53:08 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2015-05-15 23:53:08 +02:00
2017-07-01 22:58:50 +02:00
[[colors.prompts.bg]]
== colors.prompts.bg
Background color for prompts.
2014-12-10 20:53:50 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[darkblue]+
2014-12-10 20:53:50 +01:00
2017-07-01 22:58:50 +02:00
[[colors.prompts.fg]]
== colors.prompts.fg
Foreground color for prompts.
2015-01-25 22:43:13 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2015-01-25 22:43:13 +01:00
2017-07-01 22:58:50 +02:00
[[colors.prompts.selected.bg]]
== colors.prompts.selected.bg
Background color for the selected item in filename prompts.
2015-01-25 22:43:13 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#308cc6]+
2015-01-25 22:43:13 +01:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.caret.bg]]
== colors.statusbar.caret.bg
Background color of the statusbar in caret mode.
2015-08-27 22:13:30 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[purple]+
2015-08-27 22:13:30 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.caret.fg]]
== colors.statusbar.caret.fg
Foreground color of the statusbar in caret mode.
2015-01-28 08:40:16 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2017-06-06 18:25:42 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.caret.selection.bg]]
== colors.statusbar.caret.selection.bg
2017-07-03 23:28:54 +02:00
Background color of the statusbar in caret mode with a selection.
2015-01-28 08:40:16 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#a12dff]+
2015-01-28 08:40:16 +01:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.caret.selection.fg]]
== colors.statusbar.caret.selection.fg
2017-07-03 23:28:54 +02:00
Foreground color of the statusbar in caret mode with a selection.
2015-05-31 21:41:32 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2015-05-31 21:41:32 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.command.bg]]
== colors.statusbar.command.bg
Background color of the statusbar in command mode.
2015-05-31 21:41:32 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[black]+
2015-05-31 21:41:32 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.command.fg]]
== colors.statusbar.command.fg
Foreground color of the statusbar in command mode.
2015-09-16 08:52:51 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2015-09-16 08:52:51 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.command.private.bg]]
== colors.statusbar.command.private.bg
Background color of the statusbar in private browsing + command mode.
2015-09-16 08:52:51 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[grey]+
2015-09-16 08:52:51 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.command.private.fg]]
== colors.statusbar.command.private.fg
Foreground color of the statusbar in private browsing + command mode.
2016-05-18 08:24:20 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2016-05-18 08:24:20 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.insert.bg]]
== colors.statusbar.insert.bg
Background color of the statusbar in insert mode.
2016-05-18 08:24:20 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[darkgreen]+
2017-03-23 06:17:48 +01:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.insert.fg]]
== colors.statusbar.insert.fg
Foreground color of the statusbar in insert mode.
2017-03-23 06:17:48 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2016-10-26 20:38:03 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.normal.bg]]
== colors.statusbar.normal.bg
Background color of the statusbar.
2016-10-26 20:38:03 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[black]+
2016-12-07 14:02:25 +01:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.normal.fg]]
== colors.statusbar.normal.fg
Foreground color of the statusbar.
2016-12-07 14:02:25 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2016-12-07 14:02:25 +01:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.private.bg]]
== colors.statusbar.private.bg
Background color of the statusbar in private browsing mode.
2016-12-07 14:02:25 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#666666]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.private.fg]]
== colors.statusbar.private.fg
Foreground color of the statusbar in private browsing mode.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.progress.bg]]
== colors.statusbar.progress.bg
Background color of the progress bar.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.url.error.fg]]
== colors.statusbar.url.error.fg
Foreground color of the URL in the statusbar on error.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[orange]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.url.fg]]
== colors.statusbar.url.fg
Default foreground color of the URL in the statusbar.
2015-08-01 13:35:54 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2015-08-01 13:35:54 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.url.hover.fg]]
== colors.statusbar.url.hover.fg
Foreground color of the URL in the statusbar for hovered links.
2015-08-01 13:35:54 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[aqua]+
2015-08-01 13:35:54 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.url.success.http.fg]]
== colors.statusbar.url.success.http.fg
Foreground color of the URL in the statusbar on successful load (http).
2016-08-03 11:35:08 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.url.success.https.fg]]
== colors.statusbar.url.success.https.fg
Foreground color of the URL in the statusbar on successful load (https).
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[lime]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.statusbar.url.warn.fg]]
== colors.statusbar.url.warn.fg
Foreground color of the URL in the statusbar when there's a warning.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[yellow]+
2017-02-05 00:09:18 +01:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.bar.bg]]
== colors.tabs.bar.bg
Background color of the tab bar.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#555555]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.even.bg]]
== colors.tabs.even.bg
Background color of unselected even tabs.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[darkgrey]+
2014-12-16 23:34:19 +01:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.even.fg]]
== colors.tabs.even.fg
Foreground color of unselected even tabs.
2014-12-16 23:34:19 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2014-12-16 23:34:19 +01:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.indicator.error]]
== colors.tabs.indicator.error
2017-07-03 23:28:54 +02:00
Color for the tab indicator on errors.
2014-12-16 23:34:19 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#ff0000]+
2016-08-03 11:35:08 +02:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.indicator.start]]
== colors.tabs.indicator.start
Color gradient start for the tab indicator.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#0000aa]+
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.indicator.stop]]
== colors.tabs.indicator.stop
Color gradient end for the tab indicator.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[#00aa00]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.indicator.system]]
== colors.tabs.indicator.system
Color gradient interpolation system for the tab indicator.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
2017-07-01 22:58:50 +02:00
* +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.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[rgb]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.odd.bg]]
== colors.tabs.odd.bg
Background color of unselected odd tabs.
2016-08-03 11:35:08 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[grey]+
2016-04-19 09:40:39 +02:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.odd.fg]]
== colors.tabs.odd.fg
Foreground color of unselected odd tabs.
2016-04-19 09:40:39 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2016-10-09 00:11:52 +02:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.selected.even.bg]]
== colors.tabs.selected.even.bg
Background color of selected even tabs.
2016-10-09 00:11:52 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[black]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.selected.even.fg]]
== colors.tabs.selected.even.fg
Foreground color of selected even tabs.
2015-06-27 19:59:06 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2015-06-27 19:59:06 +02:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.selected.odd.bg]]
== colors.tabs.selected.odd.bg
Background color of selected odd tabs.
2015-06-27 19:59:06 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[black]+
2015-06-27 19:59:06 +02:00
2017-07-01 22:58:50 +02:00
[[colors.tabs.selected.odd.fg]]
== colors.tabs.selected.odd.fg
Foreground color of selected odd tabs.
2015-03-06 16:57:58 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2015-03-06 16:57:58 +01:00
2017-07-01 22:58:50 +02:00
[[colors.webpage.bg]]
== colors.webpage.bg
Background color for webpages if unset (or empty to use the theme's color)
2015-03-06 16:57:58 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[white]+
2015-03-06 16:57:58 +01:00
2017-07-01 22:58:50 +02:00
[[completion.cmd_history_max_items]]
== completion.cmd_history_max_items
How many commands to save in the command history.
0: no history / -1: unlimited
2015-03-12 15:25:39 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[100]+
2015-03-12 15:25:39 +01:00
2017-07-01 22:58:50 +02:00
[[completion.height]]
== completion.height
2014-09-07 23:22:38 +02:00
The height of the completion, in px or as percentage of the window.
Default: +pass:[50%]+
2017-07-01 22:58:50 +02:00
[[completion.quick]]
== completion.quick
2017-07-03 23:28:54 +02:00
Move on to the next part when there's only one possible completion left.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2015-03-13 19:50:20 +01:00
2017-07-01 22:58:50 +02:00
[[completion.scrollbar.padding]]
== completion.scrollbar.padding
2017-07-03 23:28:54 +02:00
Padding of scrollbar handle in the completion window (in px).
2015-03-13 19:50:20 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[2]+
2015-03-13 19:50:20 +01:00
2017-07-01 22:58:50 +02:00
[[completion.scrollbar.width]]
== completion.scrollbar.width
Width of the scrollbar in the completion window (in px).
Default: +pass:[12]+
[[completion.show]]
== completion.show
When to show the autocompletion window.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
2017-07-01 22:58:50 +02:00
* +always+: Whenever a completion is available.
* +auto+: Whenever a completion is requested.
* +never+: Never.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[always]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[completion.shrink]]
== completion.shrink
2017-07-03 23:28:54 +02:00
Shrink the completion to be smaller than the configured size if there are no scrollbars.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[completion.timestamp_format]]
== completion.timestamp_format
2017-07-03 23:28:54 +02:00
How to format timestamps (e.g. for the history completion).
2015-10-19 05:18:30 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[%Y-%m-%d]+
2015-10-19 05:18:30 +02:00
2017-07-01 22:58:50 +02:00
[[completion.web_history_max_items]]
== completion.web_history_max_items
How many URLs to show in the web history.
0: no history / -1: unlimited
2015-10-19 05:18:30 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[1000]+
2015-10-19 05:18:30 +02:00
2017-07-01 22:58:50 +02:00
[[confirm_quit]]
== confirm_quit
2017-07-03 23:28:54 +02:00
Whether quitting the application requires a confirmation.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +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.
2016-04-26 05:27:58 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[["never"]]+
2014-09-07 23:22:38 +02:00
2017-07-02 12:21:33 +02:00
[[content.cache.appcache]]
== content.cache.appcache
Whether support for the HTML 5 web application cache feature is enabled.
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.
Valid values:
* +true+
* +false+
Default: +pass:[true]+
This setting is only available with the QtWebKit backend.
[[content.cache.maximum_pages]]
== content.cache.maximum_pages
The 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: http://webkit.org/blog/427/webkit-page-cache-i-the-basics/
Default: empty
This setting is only available with the QtWebKit backend.
[[content.cache.size]]
== content.cache.size
2017-07-03 23:28:54 +02:00
Size of the HTTP network cache. Null to use the default value.
2015-02-27 12:46:13 +01:00
2017-07-01 22:58:50 +02:00
Default: empty
[[content.cookies.accept]]
== content.cookies.accept
Control which cookies to accept.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
2017-07-01 22:58:50 +02:00
* +all+: Accept all cookies.
* +no-3rdparty+: Accept cookies from the same origin only.
* +no-unknown-3rdparty+: Accept cookies from the same origin only, unless a cookie is already set for the domain.
* +never+: Don't accept cookies at all.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[no-3rdparty]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
This setting is only available with the QtWebKit backend.
[[content.cookies.store]]
== content.cookies.store
2017-07-03 23:28:54 +02:00
Store cookies.
Note this option needs a restart with QtWebEngine on Qt < 5.9.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2014-09-07 23:22:38 +02:00
Default: +pass:[true]+
2017-07-01 22:58:50 +02:00
[[content.default_encoding]]
== content.default_encoding
Default encoding to use for websites.
The encoding must be a string describing an encoding such as _utf-8_, _iso-8859-1_, etc.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[iso-8859-1]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.developer_extras]]
== content.developer_extras
Enable extra tools for Web developers.
2017-07-03 23:28:54 +02:00
This needs to be enabled for `:inspector` to work and also adds an _Inspect_ entry to the context menu. For QtWebEngine, see `--enable-webengine-inspector` in `qutebrowser --help` instead.
2014-09-07 23:22:38 +02:00
Valid values:
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
This setting is only available with the QtWebKit backend.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.dns_prefetch]]
== content.dns_prefetch
2017-07-03 23:28:54 +02:00
Try to pre-fetch DNS entries to speed up browsing.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
This setting is only available with the QtWebKit backend.
[[content.frame_flattening]]
== content.frame_flattening
2017-07-03 23:28:54 +02:00
Expand each subframe to its contents.
2017-07-01 22:58:50 +02:00
This will flatten all the frames to become one scrollable page.
2015-03-03 12:56:40 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: empty
2015-03-30 15:26:07 +02:00
2017-07-01 22:58:50 +02:00
This setting is only available with the QtWebKit backend.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.geolocation]]
== content.geolocation
Allow websites to request geolocations.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
* +ask+
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[ask]+
2014-09-07 23:22:38 +02:00
2017-07-03 23:28:54 +02:00
[[content.headers.accept_language]]
== content.headers.accept_language
Value to send in the `Accept-Language` header.
Default: +pass:[en-US,en]+
2017-07-02 12:21:33 +02:00
[[content.headers.custom]]
== content.headers.custom
Set custom headers for qutebrowser HTTP requests.
Default: empty
[[content.headers.do_not_track]]
== content.headers.do_not_track
Value to send in the `DNT` header.
2017-07-03 23:28:54 +02:00
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.
2017-07-02 12:21:33 +02:00
Valid values:
* +true+
* +false+
Default: +pass:[true]+
[[content.headers.referer]]
== content.headers.referer
2017-07-03 23:28:54 +02:00
Send the Referer header.
The Referer header tells websites from which website you were coming from when visting them.
2017-07-02 12:21:33 +02:00
Valid values:
2017-07-03 23:28:54 +02:00
* +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.
2017-07-02 12:21:33 +02:00
Default: +pass:[same-domain]+
This setting is only available with the QtWebKit backend.
[[content.headers.user_agent]]
== content.headers.user_agent
User agent to send. Unset to send the default.
Default: empty
2017-07-01 22:58:50 +02:00
[[content.host_blocking.enabled]]
== content.host_blocking.enabled
Whether host blocking is enabled.
2014-09-07 23:22:38 +02:00
Valid values:
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.host_blocking.lists]]
== content.host_blocking.lists
List of URLs of lists which contain hosts to block.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
The file can be in one of the following formats:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
- 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).
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[["https://www.malwaredomainlist.com/hostslist/hosts.txt", "http://someonewhocares.org/hosts/hosts", "http://winhelp2002.mvps.org/hosts.zip", "http://malwaredomains.lehigh.edu/files/justdomains.zip", "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext"]]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.host_blocking.whitelist]]
== content.host_blocking.whitelist
List of domains that should always be loaded, despite being ad-blocked.
Domains may contain * and ? wildcards and are otherwise required to exactly match the requested domain.
Local domains are always exempt from hostblocking.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[["piwik.org"]]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.hyperlink_auditing]]
== content.hyperlink_auditing
Enable or disable hyperlink auditing (`<a ping>`).
2014-09-07 23:22:38 +02:00
Valid values:
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.images]]
== content.images
Whether images are automatically loaded in web pages.
2014-09-22 21:01:58 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2015-01-24 18:10:45 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2015-01-24 18:10:45 +01:00
2017-07-01 22:58:50 +02:00
[[content.javascript.alert]]
== content.javascript.alert
Show javascript alerts.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2014-09-07 23:22:38 +02:00
Default: +pass:[true]+
2017-07-01 22:58:50 +02:00
[[content.javascript.can_access_clipboard]]
== content.javascript.can_access_clipboard
2017-07-03 23:28:54 +02:00
Whether JavaScript can read from or write to the clipboard.
2017-07-01 22:58:50 +02:00
With QtWebEngine, writing the clipboard as response to a user interaction is always allowed.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-03 23:28:54 +02:00
[[content.javascript.can_close_tabs]]
== content.javascript.can_close_tabs
Whether JavaScript can close tabs.
2014-09-07 23:22:38 +02:00
Valid values:
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
This setting is only available with the QtWebKit backend.
2017-07-03 23:28:54 +02:00
[[content.javascript.can_open_tabs_automatically]]
== content.javascript.can_open_tabs_automatically
Whether JavaScript can open new tabs without user interaction.
2014-09-07 23:22:38 +02:00
Valid values:
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.javascript.enabled]]
== content.javascript.enabled
2017-07-03 23:28:54 +02:00
Enables or disables JavaScript.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2014-09-07 23:22:38 +02:00
Default: +pass:[true]+
2017-07-01 22:58:50 +02:00
[[content.javascript.log]]
== content.javascript.log
2017-07-03 23:28:54 +02:00
How to log JavaScript console messages.
2017-05-17 06:03:33 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2017-05-17 06:03:33 +02:00
2017-07-01 22:58:50 +02:00
* +none+: Don't log messages.
* +debug+: Log messages with debug level.
* +info+: Log messages with info level.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[debug]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.javascript.modal_dialog]]
== content.javascript.modal_dialog
Use the standard JavaScript modal dialog for `alert()` and `confirm()`
2014-11-23 21:27:46 +01:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: empty
2017-05-12 22:28:53 +02:00
2017-07-01 22:58:50 +02:00
[[content.javascript.prompt]]
== content.javascript.prompt
Show javascript prompts.
2015-12-07 21:13:30 +01:00
Valid values:
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2015-12-07 21:13:30 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2015-12-07 21:13:30 +01:00
2017-07-01 22:58:50 +02:00
[[content.local_content_can_access_file_urls]]
== content.local_content_can_access_file_urls
Whether locally loaded documents are allowed to access other local urls.
2015-05-25 15:23:14 +02:00
Valid values:
* +true+
* +false+
Default: +pass:[true]+
2017-07-01 22:58:50 +02:00
[[content.local_content_can_access_remote_urls]]
== content.local_content_can_access_remote_urls
Whether locally loaded documents are allowed to access remote urls.
2015-08-01 00:19:04 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
Default: empty
2017-07-01 22:58:50 +02:00
[[content.local_storage]]
== content.local_storage
Whether support for HTML 5 local storage and Web SQL is enabled.
2015-08-06 18:58:09 +02:00
Valid values:
* +true+
* +false+
Default: +pass:[true]+
2017-07-01 22:58:50 +02:00
[[content.media_capture]]
== content.media_capture
Allow websites to record audio/video.
2015-08-01 14:19:06 +02:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
* +ask+
2015-08-01 14:19:06 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[ask]+
2015-08-01 14:19:06 +02:00
2017-07-01 22:58:50 +02:00
This setting is only available with the QtWebEngine backend.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.netrc_file]]
== content.netrc_file
Location of a netrc-file for HTTP authentication.
If unset, `~/.netrc` is used.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.notifications]]
== content.notifications
Allow websites to show notifications.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2016-08-03 11:35:08 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
* +ask+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[ask]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.pdfjs]]
== content.pdfjs
Enable 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.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2017-02-06 13:42:31 +01:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-03 23:28:54 +02:00
This setting is only available with the QtWebKit backend.
2017-07-01 22:58:50 +02:00
[[content.plugins]]
== content.plugins
Enables or disables plugins in Web pages.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.print_element_backgrounds]]
== content.print_element_backgrounds
Whether the background color and images are also drawn when the page is printed.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2014-09-07 23:22:38 +02:00
Default: +pass:[true]+
2017-07-02 11:47:31 +02:00
On QtWebEngine, this setting requires Qt 5.8 or newer.
2017-07-01 22:58:50 +02:00
[[content.private_browsing]]
== content.private_browsing
Open new windows in private browsing mode which does not record visited pages.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.proxy]]
== content.proxy
The proxy to use.
In addition to the listed values, you can use a `socks://...` or `http://...` URL.
2015-05-16 00:31:13 +02:00
Valid values:
2017-07-01 22:58:50 +02:00
* +system+: Use the system wide proxy.
* +none+: Don't use any proxy
2015-05-16 00:31:13 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[system]+
2015-05-16 00:31:13 +02:00
2017-07-01 22:58:50 +02:00
[[content.proxy_dns_requests]]
== content.proxy_dns_requests
2017-07-03 23:28:54 +02:00
Send DNS requests over the configured proxy.
2015-05-16 00:42:26 +02:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
This setting is only available with the QtWebKit backend.
2015-05-16 00:42:26 +02:00
2017-07-01 22:58:50 +02:00
[[content.ssl_strict]]
== content.ssl_strict
2017-07-03 23:28:54 +02:00
Validate SSL handshakes.
2015-02-10 21:09:08 +01:00
Valid values:
2015-05-06 22:46:41 +02:00
* +true+
2015-02-10 21:09:08 +01:00
* +false+
* +ask+
Default: +pass:[ask]+
2017-07-03 23:28:54 +02:00
[[content.user_stylesheets]]
== content.user_stylesheets
A list of user stylesheets filenames to use.
2016-11-10 18:37:36 +01:00
2017-07-01 22:58:50 +02:00
Default: empty
2016-11-10 18:37:36 +01:00
2017-07-01 22:58:50 +02:00
[[content.webgl]]
== content.webgl
Enables or disables WebGL.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[content.xss_auditing]]
== content.xss_auditing
Whether load requests should be monitored for cross-site scripting attempts.
Suspicious scripts will be blocked and reported in the inspector\'s JavaScript console. Enabling this feature might have an impact on performance.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[downloads.location.directory]]
== downloads.location.directory
The directory to save downloads to.
2017-07-03 23:28:54 +02:00
If unset, a sensible os-specific default is used.
2017-07-01 22:58:50 +02:00
Default: empty
[[downloads.location.prompt]]
== downloads.location.prompt
2017-07-03 23:28:54 +02:00
Prompt the user for the download location.
2017-07-01 22:58:50 +02:00
If set to false, `download-directory` will be used.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[downloads.location.remember]]
== downloads.location.remember
2017-07-03 23:28:54 +02:00
Remember the last used download directory.
2015-02-17 19:03:18 +01:00
Valid values:
* +true+
* +false+
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2015-02-17 19:03:18 +01:00
2017-07-01 22:58:50 +02:00
[[downloads.location.suggestion]]
== downloads.location.suggestion
What to display in the download filename input.
2015-02-17 19:03:18 +01:00
Valid values:
2017-07-01 22:58:50 +02:00
* +path+: Show only the download path.
* +filename+: Show only download filename.
* +both+: Show download path and filename.
Default: +pass:[path]+
2015-02-17 19:03:18 +01:00
2017-07-01 22:58:50 +02:00
[[downloads.open_dispatcher]]
== downloads.open_dispatcher
2017-07-03 23:28:54 +02:00
The default program used to open downloads.
If null, the default internal handler is used.
2017-07-01 22:58:50 +02:00
Any `{}` in the string will be expanded to the filename, else the filename will be appended.
2015-02-17 19:03:18 +01:00
2017-07-01 22:58:50 +02:00
Default: empty
[[downloads.position]]
== downloads.position
Where to show the downloaded files.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
2017-07-01 22:58:50 +02:00
* +top+
* +bottom+
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[top]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[downloads.remove_finished]]
== downloads.remove_finished
2017-07-03 23:28:54 +02:00
Number of milliseconds to wait before removing finished downloads.
If set to -1, downloads are never removed.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[-1]+
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
[[editor.command]]
== editor.command
The editor (and arguments) to use for the `open-editor` command.
`{}` gets replaced by the filename of the file to be edited.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[["gvim", "-f", "{}"]]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[editor.encoding]]
== editor.encoding
Encoding to use for the editor.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[utf-8]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[fonts.completion.category]]
== fonts.completion.category
Font used in the completion categories.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[bold 8pt monospace]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[fonts.completion.entry]]
== fonts.completion.entry
Font used in the completion widget.
2016-08-03 11:35:08 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[8pt monospace]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[fonts.debug_console]]
== fonts.debug_console
Font used for the debugging console.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[8pt monospace]+
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.downloads]]
== fonts.downloads
Font used for the downloadbar.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[8pt monospace]+
2014-11-24 21:05:09 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.hints]]
== fonts.hints
Font used for the hints.
2014-11-24 21:05:09 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[bold 13px monospace]+
2014-11-24 21:05:09 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.keyhint]]
== fonts.keyhint
Font used in the keyhint widget.
2014-11-24 21:05:09 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[8pt monospace]+
2015-03-30 18:32:32 +02:00
2017-07-01 22:58:50 +02:00
[[fonts.messages.error]]
== fonts.messages.error
Font used for error messages.
2015-03-30 18:32:32 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[8pt monospace]+
2015-03-30 18:32:32 +02:00
2017-07-01 22:58:50 +02:00
[[fonts.messages.info]]
== fonts.messages.info
Font used for info messages.
2015-03-30 18:32:32 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[8pt monospace]+
2015-09-16 16:31:17 +02:00
2017-07-01 22:58:50 +02:00
[[fonts.messages.warning]]
== fonts.messages.warning
Font used for warning messages.
2015-09-16 16:31:17 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[8pt monospace]+
2015-09-16 16:31:17 +02:00
2017-07-01 22:58:50 +02:00
[[fonts.monospace]]
== fonts.monospace
Default monospace fonts.
2017-07-03 23:28:54 +02:00
Whenever "monospace" is used in a font setting, it\'s replaced with the fonts listed here.
2015-09-16 16:31:17 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[xos4 Terminus, Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier, "Liberation Mono", monospace, Fixed, Consolas, Terminal]+
2016-01-05 07:32:50 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.prompts]]
== fonts.prompts
Font used for prompts.
2016-01-05 07:32:50 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[8pt sans-serif]+
2016-01-05 07:32:50 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.statusbar]]
== fonts.statusbar
Font used in the statusbar.
2016-01-05 07:32:50 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[8pt monospace]+
2016-01-05 07:32:50 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.tabs]]
== fonts.tabs
Font used in the tab bar.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[8pt monospace]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[fonts.web.family.cursive]]
== fonts.web.family.cursive
Font family for cursive fonts.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[fonts.web.family.fantasy]]
== fonts.web.family.fantasy
Font family for fantasy fonts.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[fonts.web.family.fixed]]
== fonts.web.family.fixed
Font family for fixed fonts.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[fonts.web.family.sans_serif]]
== fonts.web.family.sans_serif
Font family for sans-serif fonts.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2015-02-26 06:13:58 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.web.family.serif]]
== fonts.web.family.serif
Font family for serif fonts.
2015-02-26 06:13:58 +01:00
2017-07-01 22:58:50 +02:00
Default: empty
2015-03-10 21:19:47 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.web.family.standard]]
== fonts.web.family.standard
Font family for standard fonts.
2015-03-10 21:19:47 +01:00
2017-07-01 22:58:50 +02:00
Default: empty
2015-03-10 21:19:47 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.web.size.default]]
== fonts.web.size.default
The default font size for regular text.
2015-03-10 21:19:47 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[16]+
2014-10-27 06:53:10 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.web.size.default_fixed]]
== fonts.web.size.default_fixed
The default font size for fixed-pitch text.
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[13]+
2014-11-30 22:16:31 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.web.size.minimum]]
== fonts.web.size.minimum
The hard minimum font size.
2014-10-27 06:53:10 +01:00
2017-07-01 22:58:50 +02:00
Default: empty
2016-02-02 18:59:00 +01:00
2017-07-01 22:58:50 +02:00
[[fonts.web.size.minimum_logical]]
== fonts.web.size.minimum_logical
The minimum logical font size that is applied when zooming out.
2016-02-02 18:59:00 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[6]+
[[hints.auto_follow]]
== hints.auto_follow
2017-07-03 23:28:54 +02:00
Controls when a hint can be automatically followed without pressing Enter.
2014-09-07 23:22:38 +02:00
2014-11-30 22:16:31 +01:00
Valid values:
2016-08-16 12:59:54 +02:00
* +always+: Auto-follow whenever there is only a single hint on a page.
* +unique-match+: Auto-follow whenever there is a unique non-empty match in either the hint string (word mode) or filter (number mode).
* +full-match+: Follow the hint when the user typed the whole hint (letter, word or number mode) or the element's text (only in number mode).
* +never+: The user will always need to press Enter to follow a hint.
2014-11-30 22:16:31 +01:00
2016-08-16 12:59:54 +02:00
Default: +pass:[unique-match]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[hints.auto_follow_timeout]]
== hints.auto_follow_timeout
2017-07-03 23:28:54 +02:00
A timeout (in milliseconds) to ignore normal-mode key bindings after a successful auto-follow.
2016-06-07 15:43:17 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2016-06-07 15:43:17 +02:00
2017-07-01 22:58:50 +02:00
[[hints.border]]
== hints.border
CSS border value for hints.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[1px solid #E3BE23]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[hints.chars]]
== hints.chars
Chars used for hint strings.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[asdfghjkl]+
[[hints.dictionary]]
== hints.dictionary
The dictionary file to be used by the word hints.
Default: +pass:[/usr/share/dict/words]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[hints.find_implementation]]
== hints.find_implementation
2016-06-09 15:40:22 +02:00
Which implementation to use to find elements to hint.
Valid values:
* +javascript+: Better but slower
* +python+: Slightly worse but faster
2016-08-03 11:35:08 +02:00
Default: +pass:[python]+
2016-06-09 15:40:22 +02:00
2017-07-01 22:58:50 +02:00
[[hints.hide_unmatched_rapid_hints]]
== hints.hide_unmatched_rapid_hints
2017-07-03 23:28:54 +02:00
Hide unmatched hints in rapid mode.
2016-08-09 16:44:00 +02:00
Valid values:
* +true+
* +false+
Default: +pass:[true]+
2017-07-01 22:58:50 +02:00
[[hints.min_chars]]
== hints.min_chars
Minimum number of chars used for hint strings.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[1]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[hints.mode]]
== hints.mode
Mode to use for hints.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +number+: Use numeric hints. (In this mode you can also type letters from the hinted element to filter and reduce the number of elements that are hinted.)
2017-07-03 23:28:54 +02:00
* +letter+: Use the chars in the `hints.chars` setting.
2017-07-01 22:58:50 +02:00
* +word+: Use hints words based on the html elements and the extra words.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[letter]+
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
[[hints.next_regexes]]
== hints.next_regexes
A comma-separated list of regexes to use for 'next' links.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[["\\bnext\\b", "\\bmore\\b", "\\bnewer\\b", "\\b[>\u2192\u226b]\\b", "\\b(>>|\u00bb)\\b", "\\bcontinue\\b"]]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[hints.prev_regexes]]
== hints.prev_regexes
A comma-separated list of regexes to use for 'prev' links.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[["\\bprev(ious)?\\b", "\\bback\\b", "\\bolder\\b", "\\b[<\u2190\u226a]\\b", "\\b(<<|\u00ab)\\b"]]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[hints.scatter]]
== hints.scatter
2017-07-03 23:28:54 +02:00
Scatter hint key chains (like Vimium) or not (like dwb).
Ignored for number hints.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2015-03-15 23:25:57 +01:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2015-03-15 23:25:57 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[hints.uppercase]]
== hints.uppercase
Make chars in hint strings uppercase.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-03 23:28:54 +02:00
[[history_gap_interval]]
== history_gap_interval
The maximum time in minutes between two history items for them to be considered being from the same browsing session.
Items with less time between them are grouped when being displayed in `:history`. Use -1 to disable separation.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[30]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[ignore_case]]
== ignore_case
2017-07-03 23:28:54 +02:00
Find text on a page case-insensitively.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +always+: Search case-insensitively
* +never+: Search case-sensitively
* +smart+: Search case-sensitively if there are capital chars
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[smart]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[input.ambiguous_timeout]]
== input.ambiguous_timeout
Timeout (in milliseconds) for ambiguous key bindings.
If the current input forms both a complete match and a partial match, the complete match will be executed after this time.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[500]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[input.forward_unbound_keys]]
== input.forward_unbound_keys
2017-07-03 23:28:54 +02:00
Forward unbound keys to the webview in normal mode.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +all+: Forward all unbound keys.
* +auto+: Forward unbound non-alphanumeric keys.
* +none+: Don't forward any keys.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[auto]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[input.insert_mode.auto_leave]]
== input.insert_mode.auto_leave
2017-07-03 23:28:54 +02:00
Leave insert mode if a non-editable element is clicked.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2015-10-19 05:18:30 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2015-10-19 05:18:30 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2015-10-19 05:18:30 +02:00
2017-07-01 22:58:50 +02:00
[[input.insert_mode.auto_load]]
== input.insert_mode.auto_load
2017-07-03 23:28:54 +02:00
Automatically enter insert mode if an editable element is focused after loading the page.
2015-10-19 05:18:30 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[input.insert_mode.plugins]]
== input.insert_mode.plugins
2017-07-03 23:28:54 +02:00
Switch to insert mode when clicking flash and other plugins.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2017-05-10 10:13:02 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2017-05-10 10:13:02 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2017-05-10 10:13:02 +02:00
2017-07-01 22:58:50 +02:00
[[input.links_included_in_focus_chain]]
== input.links_included_in_focus_chain
2017-07-03 23:28:54 +02:00
Include hyperlinks in the keyboard focus chain when tabbing.
2017-05-10 10:13:02 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[input.partial_timeout]]
== input.partial_timeout
Timeout (in milliseconds) for partially typed key bindings.
If the current input forms only partial matches, the keystring will be cleared after this time.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[5000]+
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
[[input.rocker_gestures]]
== input.rocker_gestures
2017-07-03 23:28:54 +02:00
Enable Opera-like mouse rocker gestures.
This disables the context menu.
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2017-05-10 23:12:49 +02:00
2017-07-01 22:58:50 +02:00
[[input.spatial_navigation]]
== input.spatial_navigation
2017-07-03 23:28:54 +02:00
Enable Spatial Navigation.
2017-07-01 22:58:50 +02:00
Spatial navigation consists in the ability to navigate between focusable elements in a Web page, such as hyperlinks and form controls, by using Left, Right, Up and Down arrow keys. For example, if a user presses the Right key, heuristics determine whether there is an element he might be trying to reach towards the right and which element he probably wants.
2017-05-10 23:12:49 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2017-05-10 23:12:49 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2017-05-10 23:12:49 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
[[keyhint.blacklist]]
== keyhint.blacklist
Keychains that shouldn\'t be shown in the keyhint dialog.
Globs are supported, so `;*` will blacklist all keychains starting with `;`. Use `*` to disable keyhints.
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2015-05-18 22:34:21 +02:00
2017-07-01 22:58:50 +02:00
[[keyhint.delay]]
== keyhint.delay
2017-07-03 23:28:54 +02:00
Time from pressing a key to seeing the keyhint dialog (ms).
2015-05-18 22:34:21 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[500]+
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
[[messages.timeout]]
== messages.timeout
Time (in ms) to show messages in the statusbar for.
Set to 0 to never clear messages.
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[2000]+
2015-05-18 22:34:21 +02:00
2017-07-01 22:58:50 +02:00
[[messages.unfocused]]
== messages.unfocused
2017-07-03 23:28:54 +02:00
Show messages in unfocused windows.
2015-05-18 22:34:21 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-03 23:28:54 +02:00
[[new_instance_open_target]]
== new_instance_open_target
How to open links in an existing instance if a new one is launched.
This happens when e.g. opening a link from a terminal.
See `new_instance_open_target_window` to customize in which window the link is opened in.
Valid values:
* +tab+: Open a new tab in the existing window and activate the window.
* +tab-bg+: Open a new background tab in the existing window and activate the window.
* +tab-silent+: Open a new tab in the existing window without activating the window.
* +tab-bg-silent+: Open a new background tab in the existing window without activating the window.
* +window+: Open in a new window.
Default: +pass:[tab]+
[[new_instance_open_target_window]]
== new_instance_open_target_window
Which window to choose when opening links as new tabs.
When `new_instance_open_target` is not set to `window`, this is ignored.
Valid values:
* +first-opened+: Open new tabs in the first (oldest) opened window.
* +last-opened+: Open new tabs in the last (newest) opened window.
* +last-focused+: Open new tabs in the most recently focused window.
* +last-visible+: Open new tabs in the most recently visible window.
Default: +pass:[last-focused]+
2017-07-01 22:58:50 +02:00
[[prompt.filebrowser]]
== prompt.filebrowser
Show a filebrowser in upload/download prompts.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-10-26 22:56:00 +01:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2014-10-26 22:56:00 +01:00
2017-07-01 22:58:50 +02:00
[[prompt.radius]]
== prompt.radius
The rounding radius for the edges of prompts.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[8]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[scrolling.bar]]
== scrolling.bar
Show a scrollbar.
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[scrolling.smooth]]
== scrolling.smooth
2017-07-03 23:28:54 +02:00
Enable smooth scrolling for web pages.
Note smooth scrolling does not work with the `:scroll-px` command.
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[session_default_name]]
== session_default_name
2017-07-03 23:28:54 +02:00
The name of the session to save by default.
If this is set to null, the session which was last loaded is saved.
2015-09-19 21:50:06 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2015-09-19 21:50:06 +02:00
2017-07-01 22:58:50 +02:00
[[statusbar.hide]]
== statusbar.hide
2017-07-03 23:28:54 +02:00
Hide the statusbar unless a message is shown.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[statusbar.padding]]
== statusbar.padding
Padding for the statusbar.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[{"top": 1, "bottom": 1, "left": 0, "right": 0}]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[statusbar.position]]
== statusbar.position
The position of the status bar.
2014-09-07 23:22:38 +02:00
Valid values:
2017-07-01 22:58:50 +02:00
* +top+
* +bottom+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[bottom]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.background]]
== tabs.background
2017-07-03 23:28:54 +02:00
Open new tabs (middleclick/ctrl+click) in the background.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.close_mouse_button]]
== tabs.close_mouse_button
On which mouse button to close tabs.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +right+: Close tabs on right-click.
* +middle+: Close tabs on middle-click.
* +none+: Don't close tabs using the mouse.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[middle]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.favicons.scale]]
== tabs.favicons.scale
2017-07-03 23:28:54 +02:00
Scaling for favicons in the tab bar.
The tab size is unchanged, so big favicons also require extra `tabs.padding`.
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[1.0]+
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.favicons.show]]
== tabs.favicons.show
2017-07-03 23:28:54 +02:00
Show favicons in the tab bar.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.indicator_padding]]
== tabs.indicator_padding
2017-07-03 23:28:54 +02:00
Padding for tab indicators
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[{"top": 2, "bottom": 2, "left": 0, "right": 4}]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.last_close]]
== tabs.last_close
Behavior when the last tab is closed.
2015-06-10 20:55:15 +02:00
Valid values:
2017-07-01 22:58:50 +02:00
* +ignore+: Don't do anything.
* +blank+: Load a blank page.
* +startpage+: Load the start page.
* +default-page+: Load the default page.
* +close+: Close the window.
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[ignore]+
2015-06-10 20:55:15 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.mousewheel_switching]]
== tabs.mousewheel_switching
Switch between tabs using the mouse wheel.
2014-09-07 23:22:38 +02:00
Valid values:
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2016-05-18 08:24:20 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2016-05-18 08:24:20 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.new_position.related]]
== tabs.new_position.related
How new tabs opened from another tab are positioned.
2016-05-18 08:24:20 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2016-05-18 08:24:20 +02:00
2017-07-01 22:58:50 +02:00
* +prev+: Before the current tab.
* +next+: After the current tab.
* +first+: At the beginning.
* +last+: At the end.
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[next]+
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.new_position.unrelated]]
== tabs.new_position.unrelated
How new tabs which aren't opened from another tab are positioned.
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
* +prev+: Before the current tab.
* +next+: After the current tab.
* +first+: At the beginning.
* +last+: At the end.
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[last]+
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.padding]]
== tabs.padding
2017-07-03 23:28:54 +02:00
Padding around text for tabs
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[{"top": 0, "bottom": 0, "left": 5, "right": 5}]+
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.position]]
== tabs.position
The position of the tab bar.
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
* +top+
* +bottom+
* +left+
* +right+
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[top]+
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.select_on_remove]]
== tabs.select_on_remove
Which tab to select when the focused tab is removed.
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
* +prev+: Select the tab which came before the closed one (left in horizontal, above in vertical).
* +next+: Select the tab which came after the closed one (right in horizontal, below in vertical).
* +last-used+: Select the previously selected tab.
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[next]+
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.show]]
== tabs.show
When to show the tab bar.
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
* +always+: Always show the tab bar.
* +never+: Always hide the tab bar.
* +multiple+: Hide the tab bar if only one tab is open.
* +switching+: Show the tab bar when switching tabs.
2016-10-26 20:38:03 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[always]+
2016-10-26 20:38:03 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.show_switching_delay]]
== tabs.show_switching_delay
Time to show the tab bar before hiding it when tabs.show is set to 'switching'.
2016-10-26 20:38:03 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[800]+
2016-10-26 20:38:03 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.tabs_are_windows]]
== tabs.tabs_are_windows
2017-07-03 23:28:54 +02:00
Open a new window for every tab.
2016-11-03 06:38:22 +01:00
2017-07-01 22:58:50 +02:00
Valid values:
2016-11-03 06:38:22 +01:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.title.alignment]]
== tabs.title.alignment
2017-07-03 23:28:54 +02:00
Alignment of the text inside of tabs.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +left+
* +right+
* +center+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[left]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.title.format]]
== tabs.title.format
2017-07-03 23:28:54 +02:00
The format to use for the tab title.
The following placeholders are defined:
2016-08-01 14:37:58 +02:00
2017-07-01 22:58:50 +02:00
* `{perc}`: The percentage as a string like `[10%]`.
* `{perc_raw}`: The raw percentage, e.g. `10`
* `{title}`: The title of the current web page
* `{title_sep}`: The string ` - ` if a title is set, empty otherwise.
* `{index}`: The index of this tab.
* `{id}`: The internal tab ID of this tab.
* `{scroll_pos}`: The page scroll position.
* `{host}`: The host of the current web page.
* `{backend}`: Either ''webkit'' or ''webengine''
* `{private}` : Indicates when private mode is enabled.
2016-08-01 14:37:58 +02:00
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[{index}: {title}]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.title.format_pinned]]
== tabs.title.format_pinned
The format to use for the tab title for pinned tabs. The same placeholders like for title-format are defined.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[{index}]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.width.bar]]
== tabs.width.bar
The width of the tab bar if it's vertical, in px or as percentage of the window.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[20%]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.width.indicator]]
== tabs.width.indicator
Width of the progress indicator (0 to disable).
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[3]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.width.pinned]]
== tabs.width.pinned
The width for pinned tabs with a horizontal tabbar, in px.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[43]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[tabs.wrap]]
== tabs.wrap
Whether to wrap when changing tabs.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[true]+
2014-09-07 23:22:38 +02:00
2017-07-02 12:07:27 +02:00
[[url.auto_search]]
== url.auto_search
Whether to start a search when something else than a URL is entered.
Valid values:
* +naive+: Use simple/naive check.
* +dns+: Use DNS requests (might be slow!).
* +never+: Never search automatically.
Default: +pass:[naive]+
[[url.default_page]]
== url.default_page
2017-07-03 23:28:54 +02:00
The page to open if :open -t/-b/-w is used without URL.
Use `about:blank` for a blank page.
2017-07-02 12:07:27 +02:00
Default: +pass:[https://start.duckduckgo.com/]+
[[url.incdec_segments]]
== url.incdec_segments
2017-07-01 22:58:50 +02:00
The URL segments where `:navigate increment/decrement` will search for a number.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +host+
* +path+
* +query+
* +anchor+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[["path", "query"]]+
2014-09-07 23:22:38 +02:00
2017-07-02 12:07:27 +02:00
[[url.searchengines]]
== url.searchengines
Definitions of search engines which can be used via the address bar.
The searchengine named `DEFAULT` is used when `url.auto_search` is turned on and something else than a URL was entered to be opened. Other search engines can be used by prepending the search engine name to the search term, e.g. `:open google qutebrowser`. The string `{}` will be replaced by the search term, use `{{` and `}}` for literal `{`/`}` signs.
Default: +pass:[{"DEFAULT": "https://duckduckgo.com/?q={}"}]+
[[url.start_pages]]
== url.start_pages
2017-07-03 23:28:54 +02:00
The page(s) to open at the start.
2017-07-02 12:07:27 +02:00
Default: +pass:[["https://start.duckduckgo.com"]]+
[[url.yank_ignored_parameters]]
== url.yank_ignored_parameters
2017-07-03 23:28:54 +02:00
The URL parameters to strip with `:yank url`.
2017-07-02 12:07:27 +02:00
Default: +pass:[["ref", "utm_source", "utm_medium", "utm_campaign", "utm_term", "utm_content"]]+
2017-07-01 22:58:50 +02:00
[[window.hide_wayland_decoration]]
== window.hide_wayland_decoration
Hide the window decoration when using wayland (requires restart)
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2014-09-07 23:22:38 +02:00
Default: empty
2017-07-01 22:58:50 +02:00
[[window.title_format]]
== window.title_format
2017-07-03 23:28:54 +02:00
The format to use for the window title.
The following placeholders are defined:
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
* `{perc}`: The percentage as a string like `[10%]`.
* `{perc_raw}`: The raw percentage, e.g. `10`
* `{title}`: The title of the current web page
* `{title_sep}`: The string ` - ` if a title is set, empty otherwise.
* `{id}`: The internal window ID of this window.
* `{scroll_pos}`: The page scroll position.
* `{host}`: The host of the current web page.
* `{backend}`: Either ''webkit'' or ''webengine''
* `{private}` : Indicates when private mode is enabled.
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[{perc}{title}{title_sep}qutebrowser]+
2014-09-07 23:22:38 +02:00
2017-07-01 22:58:50 +02:00
[[zoom.default]]
== zoom.default
The default zoom level.
2016-05-18 08:24:20 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[100%]+
2016-05-18 08:24:20 +02:00
2017-07-01 22:58:50 +02:00
[[zoom.levels]]
== zoom.levels
The available zoom levels.
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[["25%", "33%", "50%", "67%", "75%", "90%", "100%", "110%", "125%", "150%", "175%", "200%", "250%", "300%", "400%", "500%"]]+
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
[[zoom.mouse_divider]]
== zoom.mouse_divider
How much to divide the mouse wheel movements to translate them into zoom increments.
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Default: +pass:[512]+
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
[[zoom.text_only]]
== zoom.text_only
Whether the zoom factor on a frame applies only to the text or to all content.
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
Valid values:
2016-09-15 15:10:26 +02:00
2017-07-01 22:58:50 +02:00
* +true+
* +false+
2016-10-26 20:38:03 +02:00
2017-07-01 22:58:50 +02:00
Default: empty
2016-10-26 20:38:03 +02:00
2017-07-01 22:58:50 +02:00
This setting is only available with the QtWebKit backend.