3 # Configfile for qutebrowser.
5 # This configfile is parsed by python's configparser in extended
6 # interpolation mode. The format is very INI-like, so there are
7 # categories like [general] with "key = value"-pairs.
9 # Note that you shouldn't add your own comments, as this file is
10 # regenerated every time the config is saved.
12 # Interpolation looks like ${value} or ${section:value} and will be
13 # replaced by the respective value.
15 # Some settings will expand environment variables. Note that, since
16 # interpolation is run first, you will need to escape the $ char as
19 # This is the default config, so if you want to remove anything from
20 # here (as opposed to change/add), for example a key binding, set it to
23 # You will need to escape the following values:
24 # - # at the start of the line (at the first position of the key) (\#)
28 # General/miscellaneous options.
30 # ignore-case (IgnoreCase):
31 # Whether to find text on a page case-insensitively.
32 # true: Search case-insensitively
33 # false: Search case-sensitively
34 # smart: Search case-sensitively if there are capital chars
38 # Whether to wrap finding text to the top when arriving at the end.
39 # Valid values: true, false
43 # The default page(s) to open at the start, separated by commas.
44 # Default: https://duckduckgo.com
46 # default-page (FuzzyUrl):
47 # The page to open if :open -t/-b/-w is used without URL. Use
48 # `about:blank` for a blank page.
49 # Default: ${startpage}
51 # auto-search (AutoSearch):
52 # Whether to start a search when something else than a URL is
54 # naive: Use simple/naive check.
55 # dns: Use DNS requests (might be slow!).
56 # false: Never search automatically.
59 # auto-save-config (Bool):
60 # Whether to save the config automatically on quit.
61 # Valid values: true, false
64 # auto-save-interval (Int):
65 # How often (in milliseconds) to auto-save config/cookies/etc.
68 # editor (ShellCommand):
69 # The editor (and arguments) to use for the `open-editor` command.
70 # The arguments get split like in a shell, so you can use `"` or `'`
72 # `{}` gets replaced by the filename of the file to be edited.
73 # Default: gvim -f "{}"
75 # editor-encoding (Encoding):
76 # Encoding to use for editor.
79 # private-browsing (Bool):
80 # Do not record visited pages in the history or store web page
82 # Valid values: true, false
85 # developer-extras (Bool):
86 # Enable extra tools for Web developers.
87 # This needs to be enabled for `:inspector` to work and also adds an
88 # _Inspect_ entry to the context menu.
89 # Valid values: true, false
92 # print-element-backgrounds (Bool):
93 # Whether the background color and images are also drawn when the
95 # Valid values: true, false
98 # xss-auditing (Bool):
99 # Whether load requests should be monitored for cross-site scripting
101 # Suspicious scripts will be blocked and reported in the inspector's
102 # JavaScript console. Enabling this feature might have an impact on
104 # Valid values: true, false
107 # site-specific-quirks (Bool):
108 # Enable workarounds for broken sites.
109 # Valid values: true, false
112 # default-encoding (String):
113 # Default encoding to use for websites.
114 # The encoding must be a string describing an encoding such as
115 # _utf-8_, _iso-8859-1_, etc. If left empty a default value will be
119 # new-instance-open-target (String):
120 # How to open links in an existing instance if a new one is
122 # tab: Open a new tab in the existing window and activate the
124 # tab-bg: Open a new background tab in the existing window and
125 # activate the window.
126 # tab-silent: Open a new tab in the existing window without
127 # activating the window.
128 # tab-bg-silent: Open a new background tab in the existing
129 # window without activating the window.
130 # window: Open in a new window.
133 # log-javascript-console (String):
134 # How to log javascript console messages.
135 # none: Don't log messages.
136 # debug: Log messages with debug level.
137 # info: Log messages with info level.
140 # save-session (Bool):
141 # Whether to always save the open pages.
142 # Valid values: true, false
145 # session-default-name (SessionName):
146 # The name of the session to save by default, or empty for the last
150 # url-incdec-segments (FlagList):
151 # The URL segments where `:navigate increment/decrement` will search
153 # Valid values: host, path, query, anchor
154 # Default: path,query
157 startpage = https://duckduckgo.com/?t=chakra
158 default-page = ${startpage}
160 auto-save-config = true
161 auto-save-interval = 15000
162 editor = urxvt -e vim "{}"
163 editor-encoding = utf-8
164 private-browsing = false
165 developer-extras = true
166 print-element-backgrounds = true
168 site-specific-quirks = true
170 new-instance-open-target = tab
171 log-javascript-console = none
173 session-default-name =
174 url-incdec-segments = path,query
177 # General options related to the user interface.
179 # zoom-levels (PercList):
180 # The available zoom levels, separated by commas.
182 # 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
184 # default-zoom (Perc):
185 # The default zoom level.
188 # downloads-position (VerticalPosition):
189 # Where to show the downloaded files.
190 # Valid values: top, bottom
193 # message-timeout (Int):
194 # Time (in ms) to show messages in the statusbar for.
197 # message-unfocused (Bool):
198 # Whether to show messages in unfocused windows.
199 # Valid values: true, false
202 # confirm-quit (ConfirmQuit):
203 # Whether to confirm quitting the application.
204 # always: Always show a confirmation.
205 # multiple-tabs: Show a confirmation if multiple tabs are
207 # downloads: Show a confirmation if downloads are running
208 # never: Never show a confirmation.
211 # display-statusbar-messages (Bool):
212 # Whether to display javascript statusbar messages.
213 # Valid values: true, false
216 # zoom-text-only (Bool):
217 # Whether the zoom factor on a frame applies only to the text or to
219 # Valid values: true, false
222 # frame-flattening (Bool):
223 # Whether to expand each subframe to its contents.
224 # This will flatten all the frames to become one scrollable page.
225 # Valid values: true, false
228 # user-stylesheet (UserStyleSheet):
229 # User stylesheet to use (absolute filename, filename relative to
230 # the config directory or CSS string). Will expand environment
232 # Default: ::-webkit-scrollbar { width: 0px; height: 0px; }
234 # css-media-type (String):
235 # Set the CSS media type.
238 # smooth-scrolling (Bool):
239 # Whether to enable smooth scrolling for webpages.
240 # Valid values: true, false
243 # remove-finished-downloads (Int):
244 # Number of milliseconds to wait before removing finished downloads.
245 # Will not be removed if value is -1.
248 # hide-statusbar (Bool):
249 # Whether to hide the statusbar unless a message is shown.
250 # Valid values: true, false
253 # statusbar-padding (Padding):
254 # Padding for statusbar (top, bottom, left, right).
257 # window-title-format (FormatString):
258 # The format to use for the window title. The following placeholders
260 # * `{perc}`: The percentage as a string like `[10%]`.
261 # * `{perc_raw}`: The raw percentage, e.g. `10`
262 # * `{title}`: The title of the current web page
263 # * `{title_sep}`: The string ` - ` if a title is set, empty
265 # * `{id}`: The internal window ID of this window.
266 # * `{scroll_pos}`: The page scroll position.
267 # * `{host}`: The host of the current web page.
268 # Default: {perc}{title}{title_sep}qutebrowser
270 # hide-mouse-cursor (Bool):
271 # Whether to hide the mouse cursor.
272 # Valid values: true, false
275 # modal-js-dialog (Bool):
276 # Use standard JavaScript modal dialog for alert() and confirm()
277 # Valid values: true, false
280 # hide-wayland-decoration (Bool):
281 # Hide the window decoration when using wayland (requires restart)
282 # Valid values: true, false
285 # keyhint-blacklist (List):
286 # Keychains that shouldn't be shown in the keyhint dialog
287 # Globs are supported, so ';*' will blacklist all keychainsstarting
288 # with ';'. Use '*' to disable keyhints
290 zoom-levels = 25%,33%,50%,67%,75%,90%,100%,110%,125%,150%,175%,200%,250%,300%,400%,500%
292 downloads-position = top
293 message-timeout = 2000
294 message-unfocused = false
295 confirm-quit = downloads
296 display-statusbar-messages = false
297 zoom-text-only = false
298 frame-flattening = false
299 user-stylesheet = ::-webkit-scrollbar { width: 0px; height: 0px; }
301 smooth-scrolling = false
302 remove-finished-downloads = -1
303 hide-statusbar = false
304 statusbar-padding = 1,1,0,0
305 window-title-format = {perc}{title}{title_sep}qutebrowser
306 hide-mouse-cursor = false
307 modal-js-dialog = false
308 hide-wayland-decoration = false
312 # Settings related to the network.
314 # do-not-track (Bool):
315 # Value to send in the `DNT` header.
316 # Valid values: true, false
319 # accept-language (String):
320 # Value to send in the `accept-language` header.
323 # referer-header (String):
324 # Send the Referer header
325 # always: Always send.
326 # never: Never send; this is not recommended, as some sites may
328 # same-domain: Only send for the same domain. This will still
329 # protect your privacy, but shouldn't break any sites.
330 # Default: same-domain
332 # user-agent (UserAgent):
333 # User agent to send. Empty to send the default.
338 # In addition to the listed values, you can use a `socks://...` or
340 # system: Use the system wide proxy.
341 # none: Don't use any proxy
344 # proxy-dns-requests (Bool):
345 # Whether to send DNS requests over the configured proxy.
346 # Valid values: true, false
349 # ssl-strict (BoolAsk):
350 # Whether to validate SSL handshakes.
351 # Valid values: true, false, ask
354 # dns-prefetch (Bool):
355 # Whether to try to pre-fetch DNS entries to speed up browsing.
356 # Valid values: true, false
359 # custom-headers (HeaderDict):
360 # Set custom headers for qutebrowser HTTP requests.
363 accept-language = en-US,en,de,fr
364 referer-header = same-domain
367 proxy-dns-requests = true
373 # Options related to completion and command history.
376 # Automatically open completion when typing.
377 # Valid values: true, false
380 # download-path-suggestion (String):
381 # What to display in the download filename input.
382 # path: Show only the download path.
383 # filename: Show only download filename.
384 # both: Show download path and filename.
387 # timestamp-format (TimestampTemplate):
388 # How to format timestamps (e.g. for history)
392 # Whether to show the autocompletion window.
393 # Valid values: true, false
396 # height (PercOrInt):
397 # The height of the completion, in px or as percentage of the
401 # cmd-history-max-items (Int):
402 # How many commands to save in the command history.
403 # 0: no history / -1: unlimited
406 # web-history-max-items (Int):
407 # How many URLs to show in the web history.
408 # 0: no history / -1: unlimited
411 # quick-complete (Bool):
412 # Whether to move on to the next part when there's only one possible
414 # Valid values: true, false
418 # Whether to shrink the completion to be smaller than the configured
419 # size if there are no scrollbars.
420 # Valid values: true, false
423 # scrollbar-width (Int):
424 # Width of the scrollbar in the completion window (in px).
427 # scrollbar-padding (Int):
428 # Padding of scrollbar handle in completion window (in px).
431 download-path-suggestion = path
432 timestamp-format = %Y-%m-%d
435 cmd-history-max-items = 100
436 web-history-max-items = 1000
437 quick-complete = false
440 scrollbar-padding = 2
443 # Options related to input modes.
446 # Timeout for ambiguous key bindings.
447 # If the current input forms both a complete match and a partial
448 # match, the complete match will be executed after this time.
451 # partial-timeout (Int):
452 # Timeout for partially typed key bindings.
453 # If the current input forms only partial matches, the keystring
454 # will be cleared after this time.
457 # insert-mode-on-plugins (Bool):
458 # Whether to switch to insert mode when clicking flash and other
460 # Valid values: true, false
463 # auto-leave-insert-mode (Bool):
464 # Whether to leave insert mode if a non-editable element is clicked.
465 # Valid values: true, false
468 # auto-insert-mode (Bool):
469 # Whether to automatically enter insert mode if an editable element
470 # is focused after page load.
471 # Valid values: true, false
474 # forward-unbound-keys (String):
475 # Whether to forward unbound keys to the webview in normal mode.
476 # all: Forward all unbound keys.
477 # auto: Forward unbound non-alphanumeric keys.
478 # none: Don't forward any keys.
481 # spatial-navigation (Bool):
482 # Enables or disables the Spatial Navigation feature.
483 # Spatial navigation consists in the ability to navigate between
484 # focusable elements in a Web page, such as hyperlinks and form
485 # controls, by using Left, Right, Up and Down arrow keys. For
486 # example, if a user presses the Right key, heuristics determine
487 # whether there is an element he might be trying to reach towards
488 # the right and which element he probably wants.
489 # Valid values: true, false
492 # links-included-in-focus-chain (Bool):
493 # Whether hyperlinks should be included in the keyboard focus chain.
494 # Valid values: true, false
497 # rocker-gestures (Bool):
498 # Whether to enable Opera-like mouse rocker gestures. This disables
500 # Valid values: true, false
503 # mouse-zoom-divider (Int):
504 # How much to divide the mouse wheel movements to translate them
505 # into zoom increments.
508 partial-timeout = 1000
509 insert-mode-on-plugins = false
510 auto-leave-insert-mode = true
511 auto-insert-mode = false
512 forward-unbound-keys = auto
513 spatial-navigation = false
514 links-included-in-focus-chain = true
515 rocker-gestures = false
516 mouse-zoom-divider = 512
519 # Configuration of the tab bar.
521 # background-tabs (Bool):
522 # Whether to open new tabs (middleclick/ctrl+click) in background.
523 # Valid values: true, false
526 # select-on-remove (SelectOnRemove):
527 # Which tab to select when the focused tab is removed.
528 # left: Select the tab on the left.
529 # right: Select the tab on the right.
530 # previous: Select the previously selected tab.
533 # new-tab-position (NewTabPosition):
534 # How new tabs are positioned.
535 # left: On the left of the current tab.
536 # right: On the right of the current tab.
537 # first: At the left end.
538 # last: At the right end.
541 # new-tab-position-explicit (NewTabPosition):
542 # How new tabs opened explicitly are positioned.
543 # left: On the left of the current tab.
544 # right: On the right of the current tab.
545 # first: At the left end.
546 # last: At the right end.
549 # last-close (String):
550 # Behavior when the last tab is closed.
551 # ignore: Don't do anything.
552 # blank: Load a blank page.
553 # startpage: Load the start page.
554 # default-page: Load the default page.
555 # close: Close the window.
559 # When to show the tab bar
560 # always: Always show the tab bar.
561 # never: Always hide the tab bar.
562 # multiple: Hide the tab bar if only one tab is open.
563 # switching: Show the tab bar when switching tabs.
566 # show-switching-delay (Int):
567 # Time to show the tab bar before hiding it when tabs->show is set
572 # Whether to wrap when changing tabs.
573 # Valid values: true, false
577 # Whether tabs should be movable.
578 # Valid values: true, false
581 # close-mouse-button (String):
582 # On which mouse button to close tabs.
583 # right: Close tabs on right-click.
584 # middle: Close tabs on middle-click.
585 # none: Don't close tabs using the mouse.
588 # position (Position):
589 # The position of the tab bar.
590 # Valid values: top, bottom, left, right
593 # show-favicons (Bool):
594 # Whether to show favicons in the tab bar.
595 # Valid values: true, false
599 # The width of the tab bar if it's vertical, in px or as percentage
603 # indicator-width (Int):
604 # Width of the progress indicator (0 to disable).
607 # tabs-are-windows (Bool):
608 # Whether to open windows instead of tabs.
609 # Valid values: true, false
612 # title-format (FormatString):
613 # The format to use for the tab title. The following placeholders
615 # * `{perc}`: The percentage as a string like `[10%]`.
616 # * `{perc_raw}`: The raw percentage, e.g. `10`
617 # * `{title}`: The title of the current web page
618 # * `{title_sep}`: The string ` - ` if a title is set, empty
620 # * `{index}`: The index of this tab.
621 # * `{id}`: The internal tab ID of this tab.
622 # * `{scroll_pos}`: The page scroll position.
623 # * `{host}`: The host of the current web page.
624 # Default: {index}: {title}
626 # title-alignment (TextAlignment):
627 # Alignment of the text inside of tabs
628 # Valid values: left, right, center
631 # mousewheel-tab-switching (Bool):
632 # Switch between tabs using the mouse wheel.
633 # Valid values: true, false
637 # Padding for tabs (top, bottom, left, right).
640 # indicator-padding (Padding):
641 # Padding for indicators (top, bottom, left, right).
643 background-tabs = false
644 select-on-remove = left
645 new-tab-position = right
646 new-tab-position-explicit = right
649 show-switching-delay = 800
652 close-mouse-button = middle
657 tabs-are-windows = false
658 title-format = {index}: {title}
659 title-alignment = left
660 mousewheel-tab-switching = true
662 indicator-padding = 2,2,0,4
665 # Settings related to cache and storage.
667 # download-directory (Directory):
668 # The directory to save downloads to. An empty value selects a
669 # sensible os-specific default. Will expand environment variables.
672 # prompt-download-directory (Bool):
673 # Whether to prompt the user for the download location.
674 # If set to false, 'download-directory' will be used.
675 # Valid values: true, false
678 # remember-download-directory (Bool):
679 # Whether to remember the last used download directory.
680 # Valid values: true, false
683 # maximum-pages-in-cache (Int):
684 # The maximum number of pages to hold in the global memory page
686 # The Page Cache allows for a nicer user experience when navigating
687 # forth or back to pages in the forward/back history, by pausing and
688 # resuming up to _n_ pages.
689 # For more information about the feature, please refer to:
690 # http://webkit.org/blog/427/webkit-page-cache-i-the-basics/
693 # object-cache-capacities (WebKitBytesList):
694 # The capacities for the global memory cache for dead objects such
695 # as stylesheets or scripts. Syntax: cacheMinDeadCapacity,
696 # cacheMaxDead, totalCapacity.
697 # The _cacheMinDeadCapacity_ specifies the minimum number of bytes
698 # that dead objects should consume when the cache is under pressure.
699 # _cacheMaxDead_ is the maximum number of bytes that dead objects
700 # should consume when the cache is *not* under pressure.
701 # _totalCapacity_ specifies the maximum number of bytes that the
702 # cache should consume *overall*.
705 # offline-storage-default-quota (WebKitBytes):
706 # Default quota for new offline storage databases.
709 # offline-web-application-cache-quota (WebKitBytes):
710 # Quota for the offline web application cache.
713 # offline-storage-database (Bool):
714 # Whether support for the HTML 5 offline storage feature is enabled.
715 # Valid values: true, false
718 # offline-web-application-storage (Bool):
719 # Whether support for the HTML 5 web application cache feature is
721 # An application cache acts like an HTTP cache in some sense. For
722 # documents that use the application cache via JavaScript, the
723 # loader engine will first ask the application cache for the
724 # contents, before hitting the network.
725 # The feature is described in details at:
726 # http://dev.w3.org/html5/spec/Overview.html#appcache
727 # Valid values: true, false
730 # local-storage (Bool):
731 # Whether support for the HTML 5 local storage feature is enabled.
732 # Valid values: true, false
736 # Size of the HTTP network cache.
738 download-directory = ~/downloads
739 prompt-download-directory = true
740 remember-download-directory = true
741 maximum-pages-in-cache =
742 object-cache-capacities =
743 offline-storage-default-quota =
744 offline-web-application-cache-quota =
745 offline-storage-database = true
746 offline-web-application-storage = true
748 cache-size = 52428800
751 # Loaded plugins/scripts and allowed actions.
753 # allow-images (Bool):
754 # Whether images are automatically loaded in web pages.
755 # Valid values: true, false
758 # allow-javascript (Bool):
759 # Enables or disables the running of JavaScript programs.
760 # Valid values: true, false
763 # allow-plugins (Bool):
764 # Enables or disables plugins in Web pages.
765 # Qt plugins with a mimetype such as "application/x-qt-plugin" are
766 # not affected by this setting.
767 # Valid values: true, false
771 # Enables or disables WebGL.
772 # Valid values: true, false
775 # css-regions (Bool):
776 # Enable or disable support for CSS regions.
777 # Valid values: true, false
780 # hyperlink-auditing (Bool):
781 # Enable or disable hyperlink auditing (<a ping>).
782 # Valid values: true, false
785 # geolocation (BoolAsk):
786 # Allow websites to request geolocations.
787 # Valid values: true, false, ask
790 # notifications (BoolAsk):
791 # Allow websites to show notifications.
792 # Valid values: true, false, ask
795 # javascript-can-open-windows (Bool):
796 # Whether JavaScript programs can open new windows.
797 # Valid values: true, false
800 # javascript-can-close-windows (Bool):
801 # Whether JavaScript programs can close windows.
802 # Valid values: true, false
805 # javascript-can-access-clipboard (Bool):
806 # Whether JavaScript programs can read or write to the clipboard.
807 # Valid values: true, false
810 # ignore-javascript-prompt (Bool):
811 # Whether all javascript prompts should be ignored.
812 # Valid values: true, false
815 # ignore-javascript-alert (Bool):
816 # Whether all javascript alerts should be ignored.
817 # Valid values: true, false
820 # local-content-can-access-remote-urls (Bool):
821 # Whether locally loaded documents are allowed to access remote
823 # Valid values: true, false
826 # local-content-can-access-file-urls (Bool):
827 # Whether locally loaded documents are allowed to access other local
829 # Valid values: true, false
832 # cookies-accept (String):
833 # Control which cookies to accept.
834 # all: Accept all cookies.
835 # no-3rdparty: Accept cookies from the same origin only.
836 # no-unknown-3rdparty: Accept cookies from the same origin only,
837 # unless a cookie is already set for the domain.
838 # never: Don't accept cookies at all.
839 # Default: no-3rdparty
841 # cookies-store (Bool):
842 # Whether to store cookies.
843 # Valid values: true, false
846 # host-block-lists (UrlList):
847 # List of URLs of lists which contain hosts to block.
848 # The file can be in one of the following formats:
849 # - An '/etc/hosts'-like file
850 # - One host per line
851 # - A zip-file of any of the above, with either only one file, or a
852 # file named 'hosts' (with any extension).
854 # http://www.malwaredomainlist.com/hostslist/hosts.txt,http://someonewhocares.org/hosts/hosts,http://winhelp2002.mvps.org/hosts.zip,http://malwaredomains.lehigh.edu/files/justdomains.zip,http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext
856 # host-blocking-enabled (Bool):
857 # Whether host blocking is enabled.
858 # Valid values: true, false
861 # host-blocking-whitelist (List):
862 # List of domains that should always be loaded, despite being
864 # Domains may contain * and ? wildcards and are otherwise required
865 # to exactly match the requested domain.
866 # Local domains are always exempt from hostblocking.
869 # enable-pdfjs (Bool):
870 # Enable pdf.js to view PDF files in the browser.
871 # Note that the files can still be downloaded by clicking the
872 # download button in the pdf.js viewer.
873 # Valid values: true, false
876 allow-javascript = true
877 allow-plugins = false
880 hyperlink-auditing = false
883 javascript-can-open-windows = false
884 javascript-can-close-windows = false
885 javascript-can-access-clipboard = false
886 ignore-javascript-prompt = false
887 ignore-javascript-alert = false
888 local-content-can-access-remote-urls = false
889 local-content-can-access-file-urls = true
890 cookies-accept = no-3rdparty
892 host-block-lists = http://www.malwaredomainlist.com/hostslist/hosts.txt,http://someonewhocares.org/hosts/hosts,http://winhelp2002.mvps.org/hosts.zip,http://malwaredomains.lehigh.edu/files/justdomains.zip,http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&mimetype=plaintext
893 host-blocking-enabled = true
894 host-blocking-whitelist = piwik.org
901 # CSS border value for hints.
902 # Default: 1px solid #E3BE23
909 # Mode to use for hints.
910 # number: Use numeric hints.
911 # letter: Use the chars in the hints -> chars setting.
912 # word: Use hints words based on the html elements and the extra
916 # chars (UniqueCharString):
917 # Chars used for hint strings.
921 # Minimum number of chars used for hint strings.
925 # Whether to scatter hint key chains (like Vimium) or not (like
926 # dwb). Ignored for number hints.
927 # Valid values: true, false
931 # Make chars in hint strings uppercase.
932 # Valid values: true, false
936 # The dictionary file to be used by the word hints.
937 # Default: /usr/share/dict/words
939 # auto-follow (Bool):
940 # Follow a hint immediately when the hint text is completely
942 # Valid values: true, false
945 # auto-follow-timeout (Int):
946 # A timeout to inhibit normal-mode key bindings after a
947 # successfulauto-follow.
950 # next-regexes (RegexList):
951 # A comma-separated list of regexes to use for 'next' links.
953 # \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b,\bcontinue\b
955 # prev-regexes (RegexList):
956 # A comma-separated list of regexes to use for 'prev' links.
957 # Default: \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
959 # find-implementation (String):
960 # Which implementation to use to find elements to hint.
961 # javascript: Better but slower
962 # python: Slightly worse but faster
963 # Default: javascript
964 border = 1px solid #E3BE23
971 dictionary = /usr/share/dict/words
973 auto-follow-timeout = 0
974 next-regexes = \bnext\b,\bmore\b,\bnewer\b,\b[>→≫]\b,\b(>>|»)\b,\bcontinue\b
975 prev-regexes = \bprev(ious)?\b,\bback\b,\bolder\b,\b[<←≪]\b,\b(<<|«)\b
976 find-implementation = javascript
979 # Definitions of search engines which can be used via the address bar.
980 # The searchengine named `DEFAULT` is used when `general -> auto-search`
981 # is true and something else than a URL was entered to be opened. Other
982 # search engines can be used by prepending the search engine name to the
983 # search term, e.g. `:open google qutebrowser`. The string `{}` will be
984 # replaced by the search term, use `{{` and `}}` for literal `{`/`}`
986 DEFAULT = ${duckduckgo}
987 duckduckgo = https://duckduckgo.com/?t=chakra&q={}
989 google = https://encrypted.google.com/search?q={}
991 wikipedia = http://en.wikipedia.org/w/index.php?title=Special:Search&search={}
993 pcl = http://docs.pointclouds.org/trunk/search.php?query={}
994 std = http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}
997 # Aliases for commands.
998 # By default, no aliases are defined. Example which adds a new command
999 # `:qtb` to open qutebrowsers website:
1000 # `qtb = open http://www.qutebrowser.org/`
1006 # Colors used in the UI.
1007 # A value can be in one of the following format:
1008 # * `#RGB`/`#RRGGBB`/`#RRRGGGBBB`/`#RRRRGGGGBBBB`
1009 # * A SVG color name as specified in http://www.w3.org/TR/SVG/types.html#ColorKeywords[the W3C specification].
1010 # * transparent (no color)
1011 # * `rgb(r, g, b)` / `rgba(r, g, b, a)` (values 0-255 or percentages)
1012 # * `hsv(h, s, v)` / `hsva(h, s, v, a)` (values 0-255, hue 0-359)
1013 # * A gradient as explained in http://doc.qt.io/qt-5/stylesheet-reference.html#list-of-property-types[the Qt documentation] under ``Gradient''.
1014 # A *.system value determines the color system to use for color
1015 # interpolation between similarly-named *.start and *.stop entries,
1016 # regardless of how they are defined in the options. Valid values are
1017 # 'rgb', 'hsv', and 'hsl'.
1018 # The `hints.*` values are a special case as they're real CSS colors, not Qt-CSS colors. There, for a gradient, you need to use `-webkit-gradient`, see https://www.webkit.org/blog/175/introducing-css-gradients/[the WebKit documentation].
1020 # completion.fg (QtColor):
1021 # Text color of the completion widget.
1024 # completion.bg (QssColor):
1025 # Background color of the completion widget.
1028 # completion.alternate-bg (QssColor):
1029 # Alternating background color of the completion widget.
1032 # completion.category.fg (QtColor):
1033 # Foreground color of completion widget category headers.
1036 # completion.category.bg (QssColor):
1037 # Background color of the completion widget category headers.
1038 # Default: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #888888,
1041 # completion.category.border.top (QssColor):
1042 # Top border color of the completion widget category headers.
1045 # completion.category.border.bottom (QssColor):
1046 # Bottom border color of the completion widget category headers.
1047 # Default: ${completion.category.border.top}
1049 # completion.item.selected.fg (QtColor):
1050 # Foreground color of the selected completion item.
1053 # completion.item.selected.bg (QssColor):
1054 # Background color of the selected completion item.
1057 # completion.item.selected.border.top (QssColor):
1058 # Top border color of the completion widget category headers.
1061 # completion.item.selected.border.bottom (QssColor):
1062 # Bottom border color of the selected completion item.
1063 # Default: ${completion.item.selected.border.top}
1065 # completion.match.fg (QssColor):
1066 # Foreground color of the matched text in the completion.
1069 # completion.scrollbar.fg (QssColor):
1070 # Color of the scrollbar handle in completion view.
1071 # Default: ${completion.fg}
1073 # completion.scrollbar.bg (QssColor):
1074 # Color of the scrollbar in completion view
1075 # Default: ${completion.bg}
1077 # statusbar.fg (QssColor):
1078 # Foreground color of the statusbar.
1081 # statusbar.bg (QssColor):
1082 # Background color of the statusbar.
1085 # statusbar.fg.error (QssColor):
1086 # Foreground color of the statusbar if there was an error.
1087 # Default: ${statusbar.fg}
1089 # statusbar.bg.error (QssColor):
1090 # Background color of the statusbar if there was an error.
1093 # statusbar.fg.warning (QssColor):
1094 # Foreground color of the statusbar if there is a warning.
1095 # Default: ${statusbar.fg}
1097 # statusbar.bg.warning (QssColor):
1098 # Background color of the statusbar if there is a warning.
1099 # Default: darkorange
1101 # statusbar.fg.prompt (QssColor):
1102 # Foreground color of the statusbar if there is a prompt.
1103 # Default: ${statusbar.fg}
1105 # statusbar.bg.prompt (QssColor):
1106 # Background color of the statusbar if there is a prompt.
1109 # statusbar.fg.insert (QssColor):
1110 # Foreground color of the statusbar in insert mode.
1111 # Default: ${statusbar.fg}
1113 # statusbar.bg.insert (QssColor):
1114 # Background color of the statusbar in insert mode.
1115 # Default: darkgreen
1117 # statusbar.fg.command (QssColor):
1118 # Foreground color of the statusbar in command mode.
1119 # Default: ${statusbar.fg}
1121 # statusbar.bg.command (QssColor):
1122 # Background color of the statusbar in command mode.
1123 # Default: ${statusbar.bg}
1125 # statusbar.fg.caret (QssColor):
1126 # Foreground color of the statusbar in caret mode.
1127 # Default: ${statusbar.fg}
1129 # statusbar.bg.caret (QssColor):
1130 # Background color of the statusbar in caret mode.
1133 # statusbar.fg.caret-selection (QssColor):
1134 # Foreground color of the statusbar in caret mode with a selection
1135 # Default: ${statusbar.fg}
1137 # statusbar.bg.caret-selection (QssColor):
1138 # Background color of the statusbar in caret mode with a selection
1141 # statusbar.progress.bg (QssColor):
1142 # Background color of the progress bar.
1145 # statusbar.url.fg (QssColor):
1146 # Default foreground color of the URL in the statusbar.
1147 # Default: ${statusbar.fg}
1149 # statusbar.url.fg.success (QssColor):
1150 # Foreground color of the URL in the statusbar on successful load
1154 # statusbar.url.fg.success.https (QssColor):
1155 # Foreground color of the URL in the statusbar on successful load
1159 # statusbar.url.fg.error (QssColor):
1160 # Foreground color of the URL in the statusbar on error.
1163 # statusbar.url.fg.warn (QssColor):
1164 # Foreground color of the URL in the statusbar when there's a
1168 # statusbar.url.fg.hover (QssColor):
1169 # Foreground color of the URL in the statusbar for hovered links.
1172 # tabs.fg.odd (QtColor):
1173 # Foreground color of unselected odd tabs.
1176 # tabs.bg.odd (QtColor):
1177 # Background color of unselected odd tabs.
1180 # tabs.fg.even (QtColor):
1181 # Foreground color of unselected even tabs.
1184 # tabs.bg.even (QtColor):
1185 # Background color of unselected even tabs.
1188 # tabs.fg.selected.odd (QtColor):
1189 # Foreground color of selected odd tabs.
1192 # tabs.bg.selected.odd (QtColor):
1193 # Background color of selected odd tabs.
1196 # tabs.fg.selected.even (QtColor):
1197 # Foreground color of selected even tabs.
1198 # Default: ${tabs.fg.selected.odd}
1200 # tabs.bg.selected.even (QtColor):
1201 # Background color of selected even tabs.
1202 # Default: ${tabs.bg.selected.odd}
1204 # tabs.bg.bar (QtColor):
1205 # Background color of the tab bar.
1208 # tabs.indicator.start (QtColor):
1209 # Color gradient start for the tab indicator.
1212 # tabs.indicator.stop (QtColor):
1213 # Color gradient end for the tab indicator.
1216 # tabs.indicator.error (QtColor):
1217 # Color for the tab indicator on errors..
1220 # tabs.indicator.system (ColorSystem):
1221 # Color gradient interpolation system for the tab indicator.
1222 # rgb: Interpolate in the RGB color system.
1223 # hsv: Interpolate in the HSV color system.
1224 # hsl: Interpolate in the HSL color system.
1225 # none: Don't show a gradient.
1228 # hints.fg (CssColor):
1229 # Font color for hints.
1232 # hints.bg (CssColor):
1233 # Background color for hints.
1234 # Default: -webkit-gradient(linear, left top, left bottom,
1235 # color-stop(0%,#FFF785), color-stop(100%,#FFC542))
1237 # hints.fg.match (CssColor):
1238 # Font color for the matched part of hints.
1241 # downloads.bg.bar (QssColor):
1242 # Background color for the download bar.
1245 # downloads.fg.start (QtColor):
1246 # Color gradient start for download text.
1249 # downloads.bg.start (QtColor):
1250 # Color gradient start for download backgrounds.
1253 # downloads.fg.stop (QtColor):
1254 # Color gradient end for download text.
1255 # Default: ${downloads.fg.start}
1257 # downloads.bg.stop (QtColor):
1258 # Color gradient stop for download backgrounds.
1261 # downloads.fg.system (ColorSystem):
1262 # Color gradient interpolation system for download text.
1263 # rgb: Interpolate in the RGB color system.
1264 # hsv: Interpolate in the HSV color system.
1265 # hsl: Interpolate in the HSL color system.
1266 # none: Don't show a gradient.
1269 # downloads.bg.system (ColorSystem):
1270 # Color gradient interpolation system for download backgrounds.
1271 # rgb: Interpolate in the RGB color system.
1272 # hsv: Interpolate in the HSV color system.
1273 # hsl: Interpolate in the HSL color system.
1274 # none: Don't show a gradient.
1277 # downloads.fg.error (QtColor):
1278 # Foreground color for downloads with errors.
1281 # downloads.bg.error (QtColor):
1282 # Background color for downloads with errors.
1285 # webpage.bg (QtColor):
1286 # Background color for webpages if unset (or empty to use the
1290 # keyhint.fg (QssColor):
1291 # Text color for the keyhint widget.
1294 # keyhint.fg.suffix (CssColor):
1295 # Highlight color for keys to complete the current keychain
1298 # keyhint.bg (QssColor):
1299 # Background color of the keyhint widget.
1300 # Default: rgba(0, 0, 0, 80%)
1301 completion.fg = white
1302 completion.bg = #333333
1303 completion.alternate-bg = #444444
1304 completion.category.fg = white
1305 completion.category.bg = qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #888888, stop:1 #505050)
1306 completion.category.border.top = black
1307 completion.category.border.bottom = ${completion.category.border.top}
1308 completion.item.selected.fg = black
1309 completion.item.selected.bg = #e8c000
1310 completion.item.selected.border.top = #bbbb00
1311 completion.item.selected.border.bottom = ${completion.item.selected.border.top}
1312 completion.match.fg = #ff4444
1313 completion.scrollbar.fg = ${completion.fg}
1314 completion.scrollbar.bg = ${completion.bg}
1315 statusbar.fg = white
1316 statusbar.bg = black
1317 statusbar.fg.error = ${statusbar.fg}
1318 statusbar.bg.error = red
1319 statusbar.fg.warning = ${statusbar.fg}
1320 statusbar.bg.warning = darkorange
1321 statusbar.fg.prompt = ${statusbar.fg}
1322 statusbar.bg.prompt = darkblue
1323 statusbar.fg.insert = ${statusbar.fg}
1324 statusbar.bg.insert = darkgreen
1325 statusbar.fg.command = ${statusbar.fg}
1326 statusbar.bg.command = ${statusbar.bg}
1327 statusbar.fg.caret = ${statusbar.fg}
1328 statusbar.bg.caret = purple
1329 statusbar.fg.caret-selection = ${statusbar.fg}
1330 statusbar.bg.caret-selection = #a12dff
1331 statusbar.progress.bg = white
1332 statusbar.url.fg = ${statusbar.fg}
1333 statusbar.url.fg.success = white
1334 statusbar.url.fg.success.https = lime
1335 statusbar.url.fg.error = orange
1336 statusbar.url.fg.warn = yellow
1337 statusbar.url.fg.hover = aqua
1340 tabs.fg.even = white
1341 tabs.bg.even = darkgrey
1342 tabs.fg.selected.odd = white
1343 tabs.bg.selected.odd = black
1344 tabs.fg.selected.even = ${tabs.fg.selected.odd}
1345 tabs.bg.selected.even = ${tabs.bg.selected.odd}
1346 tabs.bg.bar = #555555
1347 tabs.indicator.start = #0000aa
1348 tabs.indicator.stop = #00aa00
1349 tabs.indicator.error = #ff0000
1350 tabs.indicator.system = rgb
1352 hints.bg = -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF785), color-stop(100%,#FFC542))
1353 hints.fg.match = green
1354 downloads.bg.bar = black
1355 downloads.fg.start = white
1356 downloads.bg.start = #0000aa
1357 downloads.fg.stop = ${downloads.fg.start}
1358 downloads.bg.stop = #00aa00
1359 downloads.fg.system = rgb
1360 downloads.bg.system = rgb
1361 downloads.fg.error = white
1362 downloads.bg.error = red
1364 keyhint.fg = #FFFFFF
1365 keyhint.fg.suffix = #FFFF00
1366 keyhint.bg = rgba(0, 0, 0, 80%)
1369 # Fonts used for the UI, with optional style/weight/size.
1370 # * Style: `normal`/`italic`/`oblique`
1371 # * Weight: `normal`, `bold`, `100`..`900`
1372 # * Size: _number_ `px`/`pt`
1374 # _monospace (Font):
1375 # Default monospace fonts.
1376 # Default: Terminus, Monospace, "DejaVu Sans Mono", Monaco,
1377 # "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", Courier,
1378 # "Liberation Mono", monospace, Fixed, Consolas, Terminal
1380 # completion (Font):
1381 # Font used in the completion widget.
1382 # Default: 8pt ${_monospace}
1385 # Font used in the tab bar.
1386 # Default: 8pt ${_monospace}
1389 # Font used in the statusbar.
1390 # Default: 8pt ${_monospace}
1393 # Font used for the downloadbar.
1394 # Default: 8pt ${_monospace}
1397 # Font used for the hints.
1398 # Default: bold 13px Monospace
1400 # debug-console (QtFont):
1401 # Font used for the debugging console.
1402 # Default: 8pt ${_monospace}
1404 # web-family-standard (FontFamily):
1405 # Font family for standard fonts.
1408 # web-family-fixed (FontFamily):
1409 # Font family for fixed fonts.
1412 # web-family-serif (FontFamily):
1413 # Font family for serif fonts.
1416 # web-family-sans-serif (FontFamily):
1417 # Font family for sans-serif fonts.
1420 # web-family-cursive (FontFamily):
1421 # Font family for cursive fonts.
1424 # web-family-fantasy (FontFamily):
1425 # Font family for fantasy fonts.
1428 # web-size-minimum (Int):
1429 # The hard minimum font size.
1432 # web-size-minimum-logical (Int):
1433 # The minimum logical font size that is applied when zooming out.
1436 # web-size-default (Int):
1437 # The default font size for regular text.
1440 # web-size-default-fixed (Int):
1441 # The default font size for fixed-pitch text.
1445 # Font used in the keyhint widget.
1446 # Default: 8pt ${_monospace}
1447 _monospace = Terminus, Monospace, "DejaVu Sans Mono", Monaco, "Bitstream Vera Sans Mono", "Andale Mono", "Liberation Mono", "Courier New", Courier, monospace, Fixed, Consolas, Terminal
1448 completion = 8pt ${_monospace}
1449 tabbar = 8pt ${_monospace}
1450 statusbar = 8pt ${_monospace}
1451 downloads = 8pt ${_monospace}
1452 hints = bold 12px Monospace
1453 debug-console = 8pt ${_monospace}
1454 web-family-standard =
1457 web-family-sans-serif =
1458 web-family-cursive =
1459 web-family-fantasy =
1461 web-size-minimum-logical =
1463 web-size-default-fixed =
1464 keyhint = 8pt ${_monospace}